cloud-fan commented on PR #43843: URL: https://github.com/apache/spark/pull/43843#issuecomment-1818211742
I think this is a useful feature, see https://stackoverflow.com/questions/29095281/select-all-the-columns-of-a-table-except-one-column and https://dba.stackexchange.com/questions/1957/sql-select-all-columns-except-some In fact, Spark already has a `SELECT regex` feature: https://github.com/apache/spark/pull/18023 . We can't ignore the need to flexibly select some but not all columns. If we have to follow an example, Databricks SQL supports this syntax: https://docs.databricks.com/en/sql/language-manual/sql-ref-syntax-qry-select.html -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
