KurtYoung commented on a change in pull request #9796: 
[FLINK-14253][table-planner-blink] Add hash distribution and sort grouping only 
when dynamic partition insert
URL: https://github.com/apache/flink/pull/9796#discussion_r333911370
 
 

 ##########
 File path: 
flink-table/flink-table-planner-blink/src/main/scala/org/apache/flink/table/planner/plan/nodes/logical/FlinkLogicalSink.scala
 ##########
 @@ -39,12 +39,13 @@ class FlinkLogicalSink(
     traitSet: RelTraitSet,
     input: RelNode,
     sink: TableSink[_],
-    sinkName: String)
-  extends Sink(cluster, traitSet, input, sink, sinkName)
+    sinkName: String,
+    val staticPartitions: Map[String, String])
+extends Sink(cluster, traitSet, input, sink, sinkName)
 
 Review comment:
   nit: aline `extends` with `with`

----------------------------------------------------------------
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