yx9o commented on code in PR #20282:
URL: https://github.com/apache/shardingsphere/pull/20282#discussion_r949349686
##########
shardingsphere-features/shardingsphere-sharding/shardingsphere-sharding-distsql/shardingsphere-sharding-distsql-parser/src/main/antlr4/imports/migration/RALStatement.g4:
##########
@@ -39,8 +39,8 @@ stopScaling
: STOP SCALING jobId
;
-dropScaling
- : DROP SCALING jobId
+cleanScaling
+ : CLEAN SCALING jobId
Review Comment:
Please add `CLEAN` in the `Keyword.g4`.
--
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]