Ayushkale11 opened a new pull request, #11032: URL: https://github.com/apache/seatunnel/pull/11032
Migrate connector-fake configuration validation from imperative runtime checks to declarative OptionRule + Conditions. What I changed Added declarative validation rules in FakeSourceFactory. Migrated range validations for: TINYINT_MIN/MAX SMALLINT_MIN/MAX INT_MIN/MAX BIGINT_MIN/MAX FLOAT_MIN/MAX DOUBLE_MIN/MAX VECTOR_FLOAT_MIN/MAX Removed corresponding runtime validation checks from FakeConfig. Preserved existing validation behavior. Related Issue Part of the declarative validation migration tracking issue. Claimed item: connector-fake Verification git diff --check passed. Attempted local compilation of connector-fake. Build was blocked by snapshot dependency resolution (seatunnel-shade artifact unavailable), unrelated to connector-fake changes. -- 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]
