zhisheng17 commented on a change in pull request #13907:
URL: https://github.com/apache/flink/pull/13907#discussion_r535869471



##########
File path: 
flink-connectors/flink-connector-jdbc/src/main/java/org/apache/flink/connector/jdbc/JdbcExecutionOptions.java
##########
@@ -55,6 +61,10 @@ public int getMaxRetries() {
                return maxRetries;
        }
 
+       public Integer getParallelism() {
+               return parallelism;
+       }
+
        @Override
        public boolean equals(Object o) {
                if (this == o) {

Review comment:
       does the equals and hash function need to be modify? @zhuxiaoshang 




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