X-czh commented on code in PR #23663:
URL: https://github.com/apache/flink/pull/23663#discussion_r1384471051


##########
flink-table/flink-table-common/src/main/java/org/apache/flink/table/connector/source/InputFormatProvider.java:
##########
@@ -44,6 +50,29 @@ public boolean isBounded() {
         };
     }
 
+    /** Helper method for creating a static provider with a provided source 
parallelism. */
+    static InputFormatProvider of(

Review Comment:
   Good idea, I'll do the same for `SourceProvider` as well



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