wombatu-kun commented on code in PR #11871:
URL: https://github.com/apache/hudi/pull/11871#discussion_r1767840023


##########
hudi-spark-datasource/hudi-spark/src/main/antlr4/org/apache/hudi/spark/sql/parser/HoodieSqlCommon.g4:
##########
@@ -48,6 +48,7 @@
  statement
     : compactionStatement                                                      
 #compactionCommand
     | CALL multipartIdentifier   callArgumentList?    #call
+    | (DESC | DESCRIBE) TABLE? (FORMATTED | EXTENDED) tableIdentifier          
#describeTableCommand

Review Comment:
   I thought we have to, but I was wrong. Thanks!



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to