[
https://issues.apache.org/jira/browse/FLINK-10397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16630646#comment-16630646
]
ASF GitHub Bot commented on FLINK-10397:
----------------------------------------
tillrohrmann commented on a change in pull request #6752: [FLINK-10397] Remove
CoreOptions#MODE
URL: https://github.com/apache/flink/pull/6752#discussion_r220978579
##########
File path:
flink-clients/src/test/java/org/apache/flink/client/cli/CliFrontendTestBase.java
##########
@@ -19,43 +19,21 @@
package org.apache.flink.client.cli;
import org.apache.flink.configuration.Configuration;
-import org.apache.flink.configuration.CoreOptions;
import org.apache.flink.configuration.GlobalConfiguration;
import org.apache.flink.util.TestLogger;
-import org.junit.runner.RunWith;
-import org.junit.runners.Parameterized;
-
-import java.util.Arrays;
-import java.util.List;
-
/**
* Base test class for {@link CliFrontend} tests that wraps the new vs. legacy
mode.
Review comment:
Good catch. Will update it.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Remove CoreOptions#MODE
> -----------------------
>
> Key: FLINK-10397
> URL: https://issues.apache.org/jira/browse/FLINK-10397
> Project: Flink
> Issue Type: Sub-task
> Components: Configuration
> Affects Versions: 1.7.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.7.0
>
>
> Remove the {{CoreOptions#MODE}} since it is no longer needed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)