litiliu commented on issue #6910: URL: https://github.com/apache/seatunnel/issues/6910#issuecomment-2136662368
> there has `sql` transofrm, you can use query to keep the col you want Yes, but to exclude a few columns from a large number of columns, that SQL query would be extremely long (because there are still many columns we want to retain). Let's say we have a table with 200 columns, and now I only want to drop one column. It's feasible to write the SQL or use a filtering transform to specify the 199 columns I want to keep, but it's not user-friendly. -- 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]
