Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/6140#discussion_r199752165
--- Diff:
flink-clients/src/main/java/org/apache/flink/client/cli/CliFrontend.java ---
@@ -166,6 +166,10 @@ public Configuration getConfiguration() {
return copiedConfiguration;
}
+ public static Options getCustomCommandLineOptions() {
--- End diff --
so.....why does this getter have to be static?---
