yanghua commented on a change in pull request #2808:
URL: https://github.com/apache/hudi/pull/2808#discussion_r612270680
##########
File path:
hudi-flink/src/main/java/org/apache/hudi/sink/StreamWriteOperatorCoordinator.java
##########
@@ -137,6 +149,8 @@ public void start() throws Exception {
reset();
// writeClient
this.writeClient = StreamerUtil.createWriteClient(conf, null);
+ // table state
Review comment:
The meaning of the comment is to facilitate the explanation of the code
logic. I think there is no need to add these comments here, because it will not
help others understand this logic.
--
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]