You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/02/06 10:01:21 UTC

[GitHub] [flink] JingsongLi commented on a change in pull request #10926: FLINK-15174 bind all parameters for update SQL

JingsongLi commented on a change in pull request #10926: FLINK-15174 bind all parameters for update SQL
URL: https://github.com/apache/flink/pull/10926#discussion_r375738757
 
 

 ##########
 File path: flink-connectors/flink-jdbc/src/main/java/org/apache/flink/api/java/io/jdbc/writer/UpsertWriter.java
 ##########
 @@ -260,5 +264,17 @@ public void close() throws SQLException {
 				updateStatement = null;
 			}
 		}
+
+		private int[] concatArray(int[] left, int[] right) {
 
 Review comment:
   Use `ArrayUtils.addAll`.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services