twalthr commented on a change in pull request #16097:
URL: https://github.com/apache/flink/pull/16097#discussion_r648009266
##########
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:
I think this class will also be dropped soon. I kept the term "batch"
here because it is intended for batch mode.
--
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]