You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/05 03:26:02 UTC

[GitHub] [flink] HuangXingBo commented on a diff in pull request #19140: [FLINK-25231][python]Update Pyflink to use the new type system

HuangXingBo commented on code in PR #19140:
URL: https://github.com/apache/flink/pull/19140#discussion_r913355932


##########
flink-python/src/main/java/org/apache/flink/table/utils/python/PythonTableUtils.java:
##########
@@ -89,8 +89,8 @@ public final class PythonTableUtils {
     private PythonTableUtils() {}
 
     /**
-     * Create a table from {@link PythonInputFormatTableSource}PythonInputFormatTableSource that
-     * read data from input file with specific {@link DataType}.
+     * Create a table from {@link PythonDynamicTableSource}PythonInputFormatTableSource that read

Review Comment:
   remove `PythonInputFormatTableSource`?



##########
flink-python/src/main/java/org/apache/flink/table/utils/python/PythonDynamicTableOptions.java:
##########
@@ -22,7 +22,7 @@
 import org.apache.flink.configuration.ConfigOptions;
 
 /** Options for PythonInputFormatTableSource. */

Review Comment:
   PythonDynamicTableOptions



-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org