nzw921rx opened a new pull request, #11095: URL: https://github.com/apache/seatunnel/pull/11095
## Purpose of this pull request Related #11007 1. Migrate 16 Transform plugins imperative validation to declarative `OptionRule + Conditions` 2. Add factory-level unit tests covering positive and negative paths for each transform **Transforms migrated:** - CopyField - DataValidator - DefineSinkType - DynamicCompile - FieldEncrypt - FieldMapper - FilterField - JsonPath - Metadata - RegexExtract - Replace - RowKindExtractor - Split - SQL - TableFilter - TableMerge ## Does this PR introduce _any_ user-facing change? Yes, minor improvements: 1. Validation errors are now aggregated and returned together instead of failing on the first error 2. Better validation descriptions available via REST API and CLI metadata export ## How was this patch tested? ```bash ./mvnw test -pl seatunnel-transforms-v2 ``` -- 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]
