danny0405 commented on code in PR #6093:
URL: https://github.com/apache/hudi/pull/6093#discussion_r927388386
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/StreamWriteOperatorCoordinator.java:
##########
@@ -428,13 +428,17 @@ private void handleEndInputEvent(WriteMetadataEvent
event) {
addEventToBuffer(event);
if (allEventsReceived()) {
// start to commit the instant.
- boolean committed = commitInstant(this.instant);
- if (committed) {
- // The executor thread inherits the classloader of the
#handleEventFromOperator
Review Comment:
Why removes the check ?
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]