wuchong commented on a change in pull request #11061: [FLINK-15782] 
[connectors/jdbc] JDBC sink DataStream API
URL: https://github.com/apache/flink/pull/11061#discussion_r385486500
 
 

 ##########
 File path: 
flink-connectors/flink-jdbc/src/main/java/org/apache/flink/api/java/io/jdbc/JdbcBatchingOutputFormat.java
 ##########
 @@ -46,15 +47,15 @@
                }
        }
 
-       interface ExecutorCreator<T extends JdbcBatchStatementExecutor<?>> 
extends Function<RuntimeContext, T>, Serializable {
+       interface StatementExecutorCreator<T extends 
JdbcBatchStatementExecutor<?>> extends Function<RuntimeContext, T>, 
Serializable {
 
 Review comment:
   What about `StatementExecutorFactory

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


With regards,
Apache Git Services

Reply via email to