cloud-fan commented on a change in pull request #35204:
URL: https://github.com/apache/spark/pull/35204#discussion_r785725545
##########
File path:
sql/core/src/test/resources/sql-tests/results/show-create-table.sql.out
##########
@@ -257,7 +257,7 @@ SHOW CREATE TABLE tbl
-- !query schema
struct<createtab_stmt:string>
-- !query output
-CREATE TABLE `default`.`tbl` (
+CREATE TABLE default.tbl (
`a` FLOAT,
Review comment:
to be consistent, shall we also only quote the column name if needed?
This is can be done in a new PR, as it's not related to v2 command migration.
--
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]