DanielLeens commented on issue #10978:
URL: https://github.com/apache/seatunnel/issues/10978#issuecomment-4700296023

   Thanks for volunteering to investigate this.
   
   I tried to assign the issue directly, but GitHub is not accepting 
`@hesam-oxe` as an assignee on the repository side right now. Please still feel 
free to continue and open a draft PR once you have a concrete direction.
   
   The most relevant files to start from are:
   1. 
`seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/multitablesink/MultiTableSinkWriter.java`
   2. 
`seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/multitablesink/MultiTableSink.java`
   3. 
`seatunnel-api/src/main/java/org/apache/seatunnel/api/sink/SupportMultiTableSinkWriter.java`
   4. 
`seatunnel-connectors-v2/connector-paimon/src/main/java/org/apache/seatunnel/connectors/seatunnel/paimon/sink/PaimonSinkWriter.java`
   5. 
`seatunnel-api/src/test/java/org/apache/seatunnel/api/sink/multitablesink/MultiTableSinkWriterTest.java`
   
   The key thing to verify is where we can reduce per-logical-table writer cost 
without breaking routing correctness, commit behavior, or resource-sharing 
semantics.


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