CalvinKirs commented on code in PR #60902:
URL: https://github.com/apache/doris/pull/60902#discussion_r2883358441


##########
fe/fe-core/src/main/antlr4/org/apache/doris/nereids/DorisParser.g4:
##########
@@ -292,6 +294,10 @@ supportedAlterStatement
         properties=propertyClause?                                             
             #alterComputeGroup
     | ALTER CATALOG name=identifier SET PROPERTIES
         LEFT_PAREN propertyItemList RIGHT_PAREN                                
             #alterCatalogProperties        
+    | ALTER AUTHENTICATION INTEGRATION integrationName=identifier

Review Comment:
   ALTER AUTHENTICATION INTEGRATION <integration_name>
     UNSET PROPERTIES ('k1', 'k2', ...);



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


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

Reply via email to