zhangshenghang commented on code in PR #7501:
URL: https://github.com/apache/seatunnel/pull/7501#discussion_r1732837230


##########
seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/multitablesink/MultiTableSinkWriter.java:
##########
@@ -75,6 +80,7 @@ public MultiTableSinkWriter(
             BlockingQueue<SeaTunnelRow> queue = new 
LinkedBlockingQueue<>(1024);
             Map<String, SinkWriter<SeaTunnelRow, ?, ?>> tableIdWriterMap = new 
HashMap<>();
             Map<SinkIdentifier, SinkWriter<SeaTunnelRow, ?, ?>> 
sinkIdentifierMap = new HashMap<>();
+            Map<SinkIdentifier, SinkWriter.Context> sinkContextIdentifierMap = 
new HashMap<>();

Review Comment:
   Yes, this may be a useless plan. I have already deleted it



-- 
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]

Reply via email to