Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Impala ODBC not returning data when WITH clause in SQL

avatar

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 ?

1 ACCEPTED SOLUTION

avatar

Issuse has been fixed by replacing ODBC version 2.5.22 by 2.5.36

View solution in original post

1 REPLY 1

avatar

Issuse has been fixed by replacing ODBC version 2.5.22 by 2.5.36