ignite
ignite copied to clipboard
When I was querying based on the Calcite engine, I encountered a problem
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.
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?