davidzollo opened a new issue, #11047: URL: https://github.com/apache/seatunnel/issues/11047
## Background When CDC jobs create target tables automatically, users sometimes need to attach sink-specific table creation options up front. Examples include storage format settings, comments, distribution properties, or other sink-side table attributes. Without an explicit configuration path, users are forced to rely on post-creation manual fixes or connector-specific workarounds. ## Proposed change Allow CDC jobs that perform automatic target table creation to pass explicit table creation options into the created target tables. ## Expected behavior - The configuration is optional and backward compatible. - Options are applied only where the sink supports automatic table creation. - Unsupported sinks fail clearly or document the limitation. ## Acceptance criteria - A CDC job can declare table creation options for auto-created target tables. - At least one sink with automatic table creation proves the feature end to end. - Validation behavior is documented for sinks that do not support the option. - English and Chinese docs are updated. - Add focused tests for option propagation. ## Out of scope - Changing existing user-facing sink defaults. - Route evaluation behavior. - Soft-delete conversion. -- 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]
