hsyuan commented on a change in pull request #1451: [CALCITE-3334] Refinement
for Substitution-Based MV Matching
URL: https://github.com/apache/calcite/pull/1451#discussion_r338197442
##########
File path: core/src/main/java/org/apache/calcite/plan/SubstitutionVisitor.java
##########
@@ -1270,9 +1792,10 @@ public static MutableAggregate permute(MutableAggregate
aggregate,
return MutableAggregate.of(input, groupSet, groupSets, aggregateCalls);
}
- public static MutableRel unifyAggregates(MutableAggregate query,
+ public static MutableRel unifyAggregates(MutableAggregate query, RexNode
targetCond,
Review comment:
move `RexNode targetCond,` to next line
----------------------------------------------------------------
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