This is an automated email from the ASF dual-hosted git repository.

leonard pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git


The following commit(s) were added to refs/heads/master by this push:
     new 0dde22c26 [hotfix][cli] Fix duplicated option in CliFrontendOptions
0dde22c26 is described below

commit 0dde22c26c947a37b29d88f9d80a9959087ca3fc
Author: lidoudou1993 <[email protected]>
AuthorDate: Mon Apr 7 23:01:58 2025 +0800

    [hotfix][cli] Fix duplicated option in CliFrontendOptions
    
    This closes #3848.
---
 .../src/main/java/org/apache/flink/cdc/cli/CliFrontendOptions.java       | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/flink-cdc-cli/src/main/java/org/apache/flink/cdc/cli/CliFrontendOptions.java 
b/flink-cdc-cli/src/main/java/org/apache/flink/cdc/cli/CliFrontendOptions.java
index e14d524f3..ad30ffced 100644
--- 
a/flink-cdc-cli/src/main/java/org/apache/flink/cdc/cli/CliFrontendOptions.java
+++ 
b/flink-cdc-cli/src/main/java/org/apache/flink/cdc/cli/CliFrontendOptions.java
@@ -113,7 +113,6 @@ public class CliFrontendOptions {
                 .addOption(GLOBAL_CONFIG)
                 .addOption(USE_MINI_CLUSTER)
                 .addOption(TARGET)
-                .addOption(USE_MINI_CLUSTER)
                 .addOption(SAVEPOINT_PATH_OPTION)
                 .addOption(SAVEPOINT_CLAIM_MODE)
                 .addOption(SAVEPOINT_ALLOW_NON_RESTORED_OPTION)

Reply via email to