ignite icon indicating copy to clipboard operation
ignite copied to clipboard

When I was querying based on the Calcite engine, I encountered a problem

Open WindStorm2013 opened this issue 2 months ago • 1 comments

I used Apache Ignite 2.17.0, Calcite as the SQL parser, and JDK used 17. During SQL query, the statement is like this: "select * from table1 where (column1, column2) in (value1, value2), (value3, value4)...", This query will not return results and will remain in the query.

WindStorm2013 avatar Oct 25 '25 02:10 WindStorm2013

This query will not return results and will remain in the query.

What does it mean "remain int the query"?

May be you can attach more detailed information: code, DDL and logs of you application?

shishkovilja avatar Oct 31 '25 10:10 shishkovilja