liunaijie commented on issue #8056: URL: https://github.com/apache/seatunnel/issues/8056#issuecomment-2475789566
And for your config, you use `FieldMapper ` and `Sql`, you can merge them into `Sql` transform. the sql query is like: ``` select col_a as new_col_a, b, col_c as new_col_c from table ``` -- 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]
