You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2020/09/17 15:43:01 UTC

[GitHub] [spark] Udbhav30 commented on a change in pull request #29758: [SPARK-32887][DOC] Correct the typo for SHOW TABLE

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



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