julianhyde commented on a change in pull request #2458:
URL: https://github.com/apache/calcite/pull/2458#discussion_r675922631
##########
File path: core/src/test/java/org/apache/calcite/test/RelBuilderTest.java
##########
@@ -1692,6 +1692,40 @@ private RelNode buildRelWithDuplicateAggregates(
assertThat(root, hasTree(expected));
}
+ /** Test case for
+ * <a
href="https://issues.apache.org/jira/browse/CALCITE-4665">[CALCITE-4665]
+ * groupKeys contain unused column.</a>. */
+ @Test void testGroupingSetWithGroupKeysContainUnusedColumn() {
Review comment:
The comment should be the actual JIRA subject. Which I think should be
'Allow Aggregate.groupSet to contain columns not in any of the groupSets'.
--
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]