mihaibudiu commented on code in PR #5222:
URL: https://github.com/apache/calcite/pull/5222#discussion_r3856254408
##########
core/src/test/java/org/apache/calcite/test/enumerable/EnumerableSortedAggregateTest.java:
##########
@@ -74,6 +74,40 @@ public class EnumerableSortedAggregateTest {
.throws_("There are not enough rules to produce a node with desired
properties");
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-6089">[CALCITE-6089]
+ * EnumerableSortedAggregate fails with ClassCastException: class X cannot be
+ * cast to class org.apache.calcite.runtime.FlatLists$ComparableList</a>.
+ *
+ * <p>The aggregate has no group key, so since
Review Comment:
I don't think we care about what used to happen previously. We are not
keeping a log of all past bugs.
--
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]