lowka commented on code in PR #7249:
URL: https://github.com/apache/ignite-3/pull/7249#discussion_r2632069467
##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/planner/PrimaryKeyLookupPlannerTest.java:
##########
@@ -204,15 +204,15 @@ void optimizedGetWithOutOfRangeKey() {
QueryPlan plan = node.prepare("SELECT * FROM test WHERE id = 128");
assertThat(plan, instanceOf(MultiStepPlan.class));
- assertEmptyValuesNode((MultiStepPlan) plan);
+ assertEmptyScan((MultiStepPlan) plan);
Review Comment:
Removed that renaming. Filed an issue for changes in constant folding of
NULL + ?int - https://issues.apache.org/jira/browse/IGNITE-27395
--
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]