Peng-Lei opened a new pull request #35351: URL: https://github.com/apache/spark/pull/35351
### What changes were proposed in this pull request? Quote the column name of view when `SHOW CREATE TABLE` for view. ### Why are the changes needed? follow up the [#PR](https://github.com/apache/spark/pull/35227). Keep the consistent between table and view when `SHOW CREATE TABLE`. ### Does this PR introduce _any_ user-facing change? Yes,It will change the result of `SHOW CREATE TABLE` for view. eg: ``` "STRUCT<`_c0`, `_c1`>" => "STRUCT<_c0, _c1>" ``` ### How was this patch tested? existed testcase. -- 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]
