Peng-Lei opened a new pull request #34753:
URL: https://github.com/apache/spark/pull/34753
### What changes were proposed in this pull request?
1. Change the v1 `SHOW CREATE TABLE` command behaviors that options output
match v2. eg:
`'key' = 'value'`
2. sort the order of options output.
3. sort the order of properties output.
### Why are the changes needed?
match v2 behaviors and disscuss at
[#comments](https://github.com/apache/spark/pull/34719#discussion_r758156350)
### Does this PR introduce _any_ user-facing change?
Yes. when `SHOW CREATE TABLE` the output of properties and options is sorted
and options output is like `'key' = 'value'`
### How was this patch tested?
Add test case.
--
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]