fuwhu opened a new pull request #26677: [SPARK-29979][SQL][FOLLOW-UP] improve the output of DesribeTableExec URL: https://github.com/apache/spark/pull/26677 ### What changes were proposed in this pull request? improve the output of "DESC TABLE" command on displaying description and location. ### Why are the changes needed? Currently, "DESC TABLE" will show the location and comment of the table in the "Table Property" section. Since location and comment are reserved properties, Displaying them separately should be reasonable. ### Does this PR introduce any user-facing change? yes, in the output of "DESC TABLE" command, location and description are separated from other properties. ### How was this patch tested? Update existing unit test.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
