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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to