danny0405 commented on code in PR #9959:
URL: https://github.com/apache/hudi/pull/9959#discussion_r1378282383
##########
hudi-flink-datasource/hudi-flink/src/main/java/org/apache/hudi/sink/bootstrap/BootstrapOperator.java:
##########
@@ -155,6 +155,7 @@ protected void preLoadIndexRecords() throws Exception {
// wait for the other bootstrap tasks finish bootstrapping.
waitForBootstrapReady(getRuntimeContext().getIndexOfThisSubtask());
+ hoodieTable = null;
}
Review Comment:
Is there any chance we got NPE?
--
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]