twalthr commented on a change in pull request #9328: [FLINK-13521][sql-client]
Allow setting configurations in SQL CLI
URL: https://github.com/apache/flink/pull/9328#discussion_r310093268
##########
File path:
flink-table/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java
##########
@@ -50,6 +51,9 @@
public static final String DEPLOYMENT_ENTRY = "deployment";
+ public static final String[] CONFIGURATION_ENTRIES = new String[]{
Review comment:
I think a prefix of `table` is enough. If we add more options we don't need
to change this location again.
----------------------------------------------------------------
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]
With regards,
Apache Git Services