godfreyhe commented on a change in pull request #8176: [FLINK-12192] 
[table-planner-blink] Add support for generating optimized logical plan for 
grouping sets and distinct aggregate
URL: https://github.com/apache/flink/pull/8176#discussion_r276493412
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/plan/util/FlinkRelOptUtil.scala
 ##########
 @@ -104,10 +105,19 @@ object FlinkRelOptUtil {
     *
     * @return Whether any of the aggregates are accurate DISTINCT
     */
-  def containsAccurateDistinctCall(aggCalls: Seq[AggregateCall]): Boolean = {
+  def containsAccurateDistinctCall(aggCalls: util.List[AggregateCall]): 
Boolean = {
 
 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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to