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.