Udbhav30 commented on a change in pull request #29758:
URL: https://github.com/apache/spark/pull/29758#discussion_r490353770
##########
File path: docs/sql-ref-syntax-aux-show-table.md
##########
@@ -146,7 +146,7 @@ SHOW TABLE EXTENDED LIKE `employe*`;
+--------+---------+----------+---------------------------------------------------------------+
-- show partition file system details
-SHOW TABLE EXTENDED IN default LIKE `employee` PARTITION (`grade=1`);
+SHOW TABLE EXTENDED IN default LIKE `employee` PARTITION (grade=1);
Review comment:
I think backquote on employee is required. I get parse error without
backqoute
----------------------------------------------------------------
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]