julianhyde commented on a change in pull request #1078: [CALCITE-896] Remove 
Aggregate if grouping columns are unique and all functions are splittable
URL: https://github.com/apache/calcite/pull/1078#discussion_r261430620
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/test/RelOptRulesTest.java
 ##########
 @@ -3619,6 +3620,69 @@ private void transitiveInference(RelOptRule... 
extraRules) throws Exception {
     checkPlanUnchanged(new HepPlanner(program), sql);
   }
 
+  @Test public void testAggregateRemove1() {
 
 Review comment:
   Describe what the test is trying to achieve, and why.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to