fsk119 commented on code in PR #21752:
URL: https://github.com/apache/flink/pull/21752#discussion_r1089917849
##########
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/gateway/local/DefaultContextUtils.java:
##########
@@ -69,6 +69,15 @@ public static DefaultContext buildDefaultContext(CliOptions
options) {
return new DefaultContext(configuration, dependencies);
}
+ public static DefaultContext
buildDefaultContext(CliOptions.GatewayCliOptions options) {
Review Comment:
It's just a placeholder right now. I think we will add some options in the
future, e.g. `-D<option name>=<option value>`
--
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]