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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]