dongjoon-hyun commented on a change in pull request #29758:
URL: https://github.com/apache/spark/pull/29758#discussion_r490353193
##########
File path: docs/sql-ref-syntax-aux-show-table.md
##########
@@ -169,7 +169,7 @@ SHOW TABLE EXTENDED IN default LIKE `employee` PARTITION
(`grade=1`);
+--------+---------+-----------+--------------------------------------------------------------+
-- show partition file system details with regex fails as shown below
-SHOW TABLE EXTENDED IN default LIKE `empl*` PARTITION (`grade=1`);
+SHOW TABLE EXTENDED IN default LIKE `empl*` PARTITION (grade=1);
Review comment:
This looks wrong. This should be `'empl*'` instead of backquote.
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]