Hi
The ignite version is 2.3
When I update something by cache.query(new SQLFieldsQuery(sql)), and then I
execute query to get new records with jdbc thin mode,
It's got an error:
Caused by: java.lang.ClassCastException:
org.apache.ignite.internal.processors.odbc.jdbc.JdbcQueryExecuteResult cannot
be cast to
org.apache.ignite.internal.processors.odbc.jdbc.JdbcQueryMetadataResult
at
org.apache.ignite.internal.jdbc.thin.JdbcThinResultSet.meta(JdbcThinResultSet.java:1877)
at
org.apache.ignite.internal.jdbc.thin.JdbcThinResultSet.getMetaData(JdbcThinResultSet.java:714)
What's suggestion?
Thanks.