DanielLeens commented on issue #11074: URL: https://github.com/apache/seatunnel/issues/11074#issuecomment-4696882583
Thanks for writing this up clearly. I checked the current test boundary in `seatunnel-translation-base`, and this does look like a real issue rather than just a CI preference. The current base test module still declares `connector-file-base` and `connector-doris` as test dependencies, and `ParallelSourceTest` directly uses concrete File/Doris source classes to verify generic split-assignment behavior. That means unrelated connector changes can indeed pull extra modules into the Maven reactor through the shared translation path, which matches the CI expansion you described. Since you marked that you are willing to submit a PR, and you already opened PR #11075 for the fix, I assigned this issue to you so we can track the implementation there. Let's continue the concrete code discussion in #11075. -- 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]
