You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "bharath v (JIRA)" <ji...@apache.org> on 2018/11/15 01:02:00 UTC

[jira] [Resolved] (IMPALA-4316) Simba driver: getting error "(10900) Not all parameters have been populated"

     [ https://issues.apache.org/jira/browse/IMPALA-4316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

bharath v resolved IMPALA-4316.
-------------------------------
       Resolution: Not A Problem
    Fix Version/s: Not Applicable

Please take it up with Simba. Doesn't look like an Impala issue.

> Simba driver: getting error "(10900) Not all parameters have been populated"
> ----------------------------------------------------------------------------
>
>                 Key: IMPALA-4316
>                 URL: https://issues.apache.org/jira/browse/IMPALA-4316
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Clients
>    Affects Versions: Impala 2.2
>         Environment: Linux lnxx64r6 2.6.32-131.0.15.el6.x86_64 #1 SMP Tue May 10 15:42:40 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux
>            Reporter: Sergio Lob
>            Priority: Major
>             Fix For: Not Applicable
>
>         Attachments: repro.java, repro.log, setup
>
>
> For the following query with one parameter marker, The simba JDBC driver returns the following exception:
> Exception: java.sql.SQLNonTransientException: [Simba][JDBC](10900) Not all param
> eters have been populated.
> java.sql.SQLNonTransientException: [Simba][JDBC](10900) Not all parameters have
> been populated.
>         at com.cloudera.exceptions.ExceptionConverter.toSQLException(Unknown Sou
> rce)
>         at com.cloudera.jdbc.common.SPreparedStatement.executeQuery(Unknown Sour
> ce)
>         at repro.main(repro.java:91)
> The query is:
> SELECT * FROM TESTJUNK WHERE ? BETWEEN I1 AND I2"
> The table is created as:
> CREATE TABLE TESTJUNK(I1 INT, I2 INT, C CHAR(10))
> Please see enclosed repro.java and the program's output in repro.log
>  
>  Note: Simba driver version 02.05.34.1054



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

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org