dawidwys commented on a change in pull request #6897: [FLINK-9737] [FLINK-8880]
[sql-client] Support defining temporal tables in environment files
URL: https://github.com/apache/flink/pull/6897#discussion_r227000688
##########
File path:
flink-libraries/flink-sql-client/src/main/java/org/apache/flink/table/client/config/Environment.java
##########
@@ -42,99 +45,72 @@
*/
public class Environment {
- private Map<String, TableDescriptor> tables;
+ public static final String EXECUTION = "execution";
- private Map<String, String> views;
+ public static final String DEPLOYMENT = "deployment";
Review comment:
nit: `DEPLOYMENT` -> `DEPLOYMENT_(ENTRY)_KEY`?
----------------------------------------------------------------
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]
With regards,
Apache Git Services