mihaibudiu commented on code in PR #5124:
URL: https://github.com/apache/calcite/pull/5124#discussion_r3659103580
##########
linq4j/src/test/java/org/apache/calcite/linq4j/test/Linq4jTest.java:
##########
@@ -2238,4 +2238,20 @@ public String toString() {
new Department("HR", 20, ImmutableList.of()),
new Department("Marketing", 30, ImmutableList.of(emps[1])),
};
+
+ @Test void testTakeListEnumerableNegativeSize() {
Review Comment:
Can this be reflected in some SQL tests as well? What happens for SELECT *
LIMIT -2.5?
--
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]