zhangshenghang commented on code in PR #7501:
URL: https://github.com/apache/seatunnel/pull/7501#discussion_r1732829050
##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/multitablesink/MultiTableSinkWriter.java:
##########
@@ -267,26 +276,32 @@ public void abortPrepare() {
@Override
public void close() throws IOException {
- Throwable firstE = null;
+ final Throwable[] firstE = {null};
Review Comment:
> I get it. I think you should add a comment for it
Ok, I have added it and am waiting to submit it along with other questions
--
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]