ByteYue commented on code in PR #15509:
URL: https://github.com/apache/doris/pull/15509#discussion_r1060075278


##########
fe/fe-core/src/main/cup/sql_parser.cup:
##########
@@ -3043,7 +3048,13 @@ partition_key_desc ::=
 
 /* list partition PartitionKeyDesc */
 list_partition_key_desc ::=
-    LPAREN list_partition_values_list:keys RPAREN
+    /* empty */

Review Comment:
   > How about adding `DEFAULT`?
   
   Sounds great. It'll be more readable for user. I'll change it soon.



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