Airblader commented on a change in pull request #16097:
URL: https://github.com/apache/flink/pull/16097#discussion_r647968768



##########
File path: 
flink-table/flink-table-api-java-bridge/src/main/java/org/apache/flink/table/sources/CsvBatchTableSourceFactory.java
##########
@@ -19,18 +19,18 @@
 package org.apache.flink.table.sources;
 
 import org.apache.flink.annotation.PublicEvolving;
-import org.apache.flink.table.factories.BatchTableSourceFactory;
+import org.apache.flink.table.factories.StreamTableSourceFactory;
 import org.apache.flink.types.Row;
 
 import java.util.Map;
 
 /** Factory for creating configured instances of {@link CsvTableSource} in a 
batch environment. */
 @PublicEvolving
 public class CsvBatchTableSourceFactory extends CsvTableSourceFactoryBase

Review comment:
       What about the name of this class? This seems like a misnomer now?




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

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


Reply via email to