Re: Ignite H2 to Calcite issues

2024-08-13 Thread Alex Plehanov
Hello, Please provide the query you are using. Such a stack can't be caused by just "select * from table" (at least sorting is used). Perhaps you are using "ORDER BY" for fields which can't be compared in SQL (complex _key or _val for example). вт, 13 авг. 2024 г. в 17:17, Amit Jolly : > > Hi, >

Ignite H2 to Calcite issues

2024-08-13 Thread Amit Jolly
Hi, We are trying to switch to H2 due to Security Vulnerabilities as listed in JIRA https://issues.apache.org/jira/browse/IGNITE-15241 We are seeing below errors post switching. We are just running select * >From table query. Caused by: java.lang.ClassCastException: class org.apache.ignite.inter