DanielLeens opened a new pull request, #11015:
URL: https://github.com/apache/seatunnel/pull/11015

   ## Summary
   - add a physical sink identifier hook for schema-evolution-capable sink 
writers
   - fan a schema change out to sibling sub-writers that share the same 
physical sink table
   - freeze all affected queue runnables before applying the shared schema 
change to remove the cross-queue stale-schema write window
   - cover the shared-sink routing and queue-freeze behavior with focused 
regression tests
   
   ## Validation
   - `./mvnw -f seatunnel-api/pom.xml spotless:apply -DskipTests 
-Dmaven.test.skip=true -nsu`
   - `./mvnw -f seatunnel-connectors-v2/connector-jdbc/pom.xml spotless:apply 
-DskipTests -Dmaven.test.skip=true -nsu`
   - `./mvnw -f seatunnel-connectors-v2/connector-starrocks/pom.xml 
spotless:apply -DskipTests -Dmaven.test.skip=true -nsu`
   - `./mvnw -f seatunnel-api/pom.xml 
-Dtest=MultiTableSinkWriterTest,MultiTableSinkWriterSchemaChangeBroadcastTest 
-Dsurefire.failIfNoSpecifiedTests=false test -nsu`
   
   ## Notes
   - I also tried a local runtime DDL verification path and the repository's 
MySQL CDC schema-change E2E route, but I did not get a clean end-to-end Apache 
runtime green result in this run because the local cached dist / reactor 
environment on this machine is version-drifted and noisy. The targeted 
regression coverage above is green.
   


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