korlov42 commented on a change in pull request #9276:
URL: https://github.com/apache/ignite/pull/9276#discussion_r695000960
##########
File path:
modules/calcite/src/test/java/org/apache/ignite/internal/processors/query/calcite/rules/OrToUnionRuleTest.java
##########
@@ -203,7 +204,8 @@ public void testRangeOrToUnionAllRewrite() {
checkQuery("SELECT * " +
"FROM products " +
"WHERE cat_id > 1 " +
- "OR subcat_id < 10")
+ "OR subcat_id < 10 " +
+ "OR id in (5,6,7,9)")
Review comment:
you can't just add one more OR condition because it breaks the test
semantic
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]