wg1026688210 commented on a change in pull request #13918:
URL: https://github.com/apache/flink/pull/13918#discussion_r517132831
##########
File path:
flink-connectors/flink-connector-elasticsearch6/src/main/java/org/apache/flink/streaming/connectors/elasticsearch/table/Elasticsearch6DynamicSinkFactory.java
##########
@@ -149,6 +151,15 @@ private void validate(Elasticsearch6Configuration config,
Configuration original
config.getPassword().orElse("")
));
}
+ if (config.getParellelism().isPresent()) {
Review comment:
> The description about the PR should be what changes you do.
ok,I will add description when it's ready for review
----------------------------------------------------------------
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]