- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Impala ODBC not returning data when WITH clause in SQL
- Labels:
-
Apache Hive
-
Apache Impala
Created on ‎02-21-2017 01:07 PM - edited ‎09-16-2022 04:07 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi.
I've been facing an issue with the Cloudera Impala ODBC Driver when runing a simple query like:
WITH
totals AS
(
SELECT * FROM dual
)
SELECT
*
FROM totals;
The dual table contains 1 record only but it always returns no record when connected through ODBC while the the same Query with JDBC connection returns 1 record.
Any idea ?
Created ‎02-22-2017 06:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Issuse has been fixed by replacing ODBC version 2.5.22 by 2.5.36
Created ‎02-22-2017 06:51 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Issuse has been fixed by replacing ODBC version 2.5.22 by 2.5.36
