Hi, I'm trying to connect via unixODBC and Cloudera Impala driver.
I managed to retrieve data with some simple queries.
As soon I use prepared statements, seems Impala driver can not handle it.
Jun 22 22:23:38.596 ERROR 749795712 Simba::ODBC::ClassicQueryExecutor::Execute: [Cloudera][ODBC] (10920) No data can be obtained from an input parameter whose value has already been pushed down.
Jun 22 22:23:38.601 ERROR 749795712 Simba::ODBC::StatementState10::SQLParamData: [Cloudera][ODBC] (10920) No data can be obtained from an input parameter whose value has already been pushed down.
My code is a simple snippet for now for testing, I could track the parameter inunixODBC side, seems Impala driver can not map them somehow.
I appreciate any help on this.