JingsongLi commented on a change in pull request #16792:
URL: https://github.com/apache/flink/pull/16792#discussion_r688195897



##########
File path: 
flink-table/flink-table-api-java-bridge/src/main/java/org/apache/flink/connector/print/table/PrintTableSinkFactory.java
##########
@@ -126,6 +128,9 @@ public DynamicTableSink copy() {
         public String asSummaryString() {
             return "Print to " + (stdErr ? "System.err" : "System.out");
         }
+
+        @Override
+        public void applyStaticPartition(Map<String, String> partition) {}

Review comment:
       I think it is better to print to StaticPartition, we can append it to 
printIdentifier.




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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to