starocean999 commented on code in PR #44120:
URL: https://github.com/apache/doris/pull/44120#discussion_r1861392865


##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -315,7 +315,8 @@ unsupportedShowStatement
         ((FROM | IN) database=multipartIdentifier)? wildWhere?
         sortClause? limitClause?                                               
     #showAlterTable
     | SHOW DATA SKEW FROM baseTableRef                                         
     #showDataSkew
-    | SHOW DATA (FROM tableName=multipartIdentifier)? sortClause? 
propertyClause?   #showData
+    | SHOW DATA (ALL)? (FROM tableName=multipartIdentifier)?
+        sortClause? propertyClause?                                            
     #showData

Review Comment:
   please implement ShowDataCommand completely in nereids, not only change the 
syntax file



-- 
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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


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

Reply via email to