hesam-oxe commented on PR #11077: URL: https://github.com/apache/seatunnel/pull/11077#issuecomment-4700800707
@DanielLeens After more thought, the real fix should be upstream — in `MultiTableSink.java` where sink writers are first created. If we detect multiple source tables mapping to the same destination there, we should only create one SinkWriter per destination before passing them to MultiTableSinkWriter. That keeps queue isolation intact. I'll rework the PR with this approach and add the regression test. 🙏 -- 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]
