dawidwys commented on a change in pull request #18024:
URL: https://github.com/apache/flink/pull/18024#discussion_r763956167



##########
File path: 
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontendParser.java
##########
@@ -129,6 +132,16 @@
                             + "You need to allow this if you removed an 
operator from your "
                             + "program that was part of the program when the 
savepoint was triggered.");
 
+    public static final Option SAVEPOINT_RESTORE_MODE =
+            new Option(
+                    "r",

Review comment:
       I don't think it is an issue. I've seen the `r` option is used for 
`RUNNING_OPTION`, but those options are used for different commands (list & 
run), which should be fine. We already do have options with the same shortcut 
for different contexts e.g. `s` for `SAVEPOINT_PATH_OPTION` & 
`SCHEDULED_OPTION` and they work just fine.




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


Reply via email to