nzw921rx opened a new pull request, #11079: URL: https://github.com/apache/seatunnel/pull/11079
## Purpose of this pull request Related #11007 1. Migrate FilterField imperative validation to declarative `OptionRule + Conditions` 2. Add factory-level unit test covering positive and negative paths ## Does this PR introduce _any_ user-facing change? No. Validation behavior is preserved; only the mechanism changes from imperative to declarative. ## How was this patch tested? Unit tests in `FilterFieldTransformFactoryTest`: - Positive: valid config passes - Negative: missing/invalid fields rejected with `OptionValidationException` ```bash ./mvnw test -pl seatunnel-transforms-v2 -Dtest="FilterFieldTransformFactoryTest" -DfailIfNoTests=false ``` -- 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]
