zstan commented on code in PR #2671:
URL: https://github.com/apache/ignite-3/pull/2671#discussion_r1363626805
##########
modules/sql-engine/src/test/java/org/apache/ignite/internal/sql/engine/exec/exp/ExpressionFactoryImplTest.java:
##########
@@ -176,6 +189,60 @@ public void testRangeConditionWithNullIsIgnored() {
assertEquals(List.of(new TestRange(new Object[]{1})), list);
}
+ @ParameterizedTest(name = "condition satisfies: [{0}] the index")
Review Comment:
this is not message format and as i know we have no strong suggestions here,
if you don`t like it - i can change for more readable - suggest ?
--
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]