Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

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