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



##########
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:
       Done for print StaticPartition, and added some tests in 
`PrintTableSinkFactoryTest.java` & `BlackHoleSinkFactoryTest.java`.




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