dtenedor opened a new pull request, #39726: URL: https://github.com/apache/spark/pull/39726
### What changes were proposed in this pull request? Include column default values in DESCRIBE and SHOW CREATE TABLE output. ### Why are the changes needed? This helps users work with tables and check their properties before querying or modifying. ### Does this PR introduce _any_ user-facing change? Yes, it changes the DESCRIBE and SHOW CREATE TABLE command outputs when the table has one or more columns with default values. ### How was this patch tested? This PR includes new unit and file-based query test coverage. -- 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]
