You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@calcite.apache.org by GitBox <gi...@apache.org> on 2019/11/05 19:44:43 UTC

[GitHub] [calcite] hsyuan commented on a change in pull request #1532: [CALCITE-3448] AggregateOnCalcToAggregateUnifyRule ignores Project…

hsyuan commented on a change in pull request #1532: [CALCITE-3448] AggregateOnCalcToAggregateUnifyRule ignores Project…
URL: https://github.com/apache/calcite/pull/1532#discussion_r342762678
 
 

 ##########
 File path: core/src/test/java/org/apache/calcite/test/MaterializationTest.java
 ##########
 @@ -864,6 +864,22 @@ private void checkNoMaterialize(String materialize, String query,
                 + "    EnumerableTableScan(table=[[hr, m0]])"));
   }
 
+  /** Test case for
+   * <a href="https://issues.apache.org/jira/browse/CALCITE-3448">[CALCITE-3448]
+   * AggregateOnProjectToAggregateUnifyRule ignores Project incorrectly when
 
 Review comment:
   Update rule name

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services