[ 
https://issues.apache.org/jira/browse/IMPALA-3149?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16482957#comment-16482957
 ] 

Patrick Szalapski edited comment on IMPALA-3149 at 5/21/18 8:27 PM:
--------------------------------------------------------------------

I am also having this issue, but in a subquery or in the SELECT clause.  Any 
thoughts?

 

In my ODBC log I am getting       

{{DIAG [HY092] [Cloudera][ODBC] (10210) Attribute identifier invalid or not 
supported: 1228 (10210) }}

{{{{DIAG [HY092] [Cloudera][ODBC] (10210) Attribute identifier invalid or not 
supported: 1227 (10210) }}}}


was (Author: psz):
I am also having this issue, but in a subquery or in the SELECT clause.  Any 
thoughts?

 

In my ODBC log I am getting       

{{DIAG [HY092] [Cloudera][ODBC] (10210) Attribute identifier invalid or not 
supported: 1228 (10210) }}{{DIAG [HY092] [Cloudera][ODBC] (10210) Attribute 
identifier invalid or not supported: 1227 (10210) }}

> Bind variable issue in ODBC
> ---------------------------
>
>                 Key: IMPALA-3149
>                 URL: https://issues.apache.org/jira/browse/IMPALA-3149
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: Impala 2.2, Impala 2.3.0
>            Reporter: Jiri Novak
>            Assignee: Syed A. Hashmi
>            Priority: Minor
>
> For some reason Cloudera Impal does not recognize bind variable in HAVING 
> clause.
> If we execute the following simple query using .Net and ADO.Net
> {code:sql}
> SELECT COUNT(address.address_id) 
> , address.country
> FROM quest_stage.address address 
> GROUP BY address.country 
> HAVING (COUNT(address.address_id) > ?)
> {code}
> It returns the following error
> Error:
> {noformat}
> [Cloudera][ImpalaODBC] (110) Error while executing a query in Impala: [HY000] 
> : AnalysisException: Syntax error in line 5:
> HAVING (COUNT(address.address_id) > ?)
> ^
> Encountered: Unexpected character
> Expected: CASE, CAST, EXISTS, FALSE, IF, INTERVAL, NOT, NULL, TRUE, IDENTIFIER
> {noformat}
> Bind variable works correctly in WHERE clause. Also the query returns correct 
> result if we use a number instead of the bind variable.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to