aljoscha commented on a change in pull request #13554:
URL: https://github.com/apache/flink/pull/13554#discussion_r512056865
##########
File path:
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/ExecutionContext.java
##########
@@ -341,8 +341,7 @@ private static Configuration createExecutionConfig(
availableCommandLines,
activeCommandLine);
- Configuration executionConfig =
activeCommandLine.applyCommandLineOptionsToConfiguration(
- commandLine);
+ Configuration executionConfig =
activeCommandLine.toConfiguration(commandLine);
Review comment:
This works because someone was clever enough to think about this case
before. 😅
https://github.com/apache/flink/blame/733c684f19bc9d6167703e977f44d817e3ec5e69/flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/ExecutionContext.java#L192
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]