jh3507 commented on a change in pull request #1334: [CALCITE-3111] Allow custom 
implementations of Correlate in RelDecorr…
URL: https://github.com/apache/calcite/pull/1334#discussion_r307893221
 
 

 ##########
 File path: core/src/main/java/org/apache/calcite/sql2rel/RelDecorrelator.java
 ##########
 @@ -442,11 +455,11 @@ public Frame decorrelateRel(Values rel) {
   }
 
   /**
-   * Rewrites a {@link LogicalAggregate}.
+   * Rewrites a {@link Aggregate}.
    *
    * @param rel Aggregate to rewrite
    */
-  public Frame decorrelateRel(LogicalAggregate rel) {
+  public Frame decorrelateRel(Aggregate rel) {
 
 Review comment:
   Done.

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to