wanglijie95 commented on a change in pull request #12427:
URL: https://github.com/apache/flink/pull/12427#discussion_r436558596



##########
File path: 
flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/internal/executor/SimpleBatchStatementExecutor.java
##########
@@ -30,24 +35,27 @@
 /**
  * A {@link JdbcBatchStatementExecutor} that executes supplied statement for 
given the records (without any pre-processing).
  */
-class SimpleBatchStatementExecutor<T, V> implements 
JdbcBatchStatementExecutor<T> {
+@Internal
+public class SimpleBatchStatementExecutor<T, V> implements 
JdbcBatchStatementExecutor<T> {

Review comment:
       Yes, you are right. I wil change it.




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