Could you attach queries, that you are trying to execute and full error message?
Also make sure, that JDBC driver version is also 2.3 Denis сб, 25 нояб. 2017 г. в 12:39, Lucky <[email protected]>: > 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. > > > >
