yangzhg commented on a change in pull request #4582:
URL: https://github.com/apache/incubator-doris/pull/4582#discussion_r486238151



##########
File path: fe/fe-core/src/main/cup/sql_parser.cup
##########
@@ -981,6 +981,10 @@ alter_table_clause ::=
     {:
         RESULT = new EnableFeatureClause(featureName);
     :}
+    | KW_ENABLE KW_FEATURE STRING_LITERAL:featureName KW_WITH 
opt_properties:properties
+    {:
+        RESULT = new EnableFeatureClause(featureName, properties);

Review comment:
       you may add an opt_enable_feture_properties and merge them  to 
`KW_ENABLE KW_FEATURE STRING_LITERAL:featureName opt_enable_feture_properties`




----------------------------------------------------------------
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:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to