Udbhav30 commented on a change in pull request #29758:
URL: https://github.com/apache/spark/pull/29758#discussion_r490361911



##########
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:
       @dongjoon-hyun sorry my bad you are correct it is `'employee'` instead 
of backqoute.
   This whole time i was also using  `'employee'` . I will update this too




----------------------------------------------------------------
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