imay commented on a change in pull request #1418: SetSmt support Expr
URL: https://github.com/apache/incubator-doris/pull/1418#discussion_r299340887
 
 

 ##########
 File path: fe/src/main/cup/sql_parser.cup
 ##########
 @@ -2542,7 +2542,7 @@ option_value_follow_option_type ::=
 
 option_value_no_option_type ::=
     /* Normal set value */
-    variable_name:variable equal set_expr_or_default:expr
+    variable_name:variable equal expr:expr
 
 Review comment:
   You should not remove default expr, otherwise we can't support set to default

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


With regards,
Apache Git Services

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

Reply via email to