hequn8128 commented on a change in pull request #8050: [FLINK-11067][table] 
Convert TableEnvironments to interfaces
URL: https://github.com/apache/flink/pull/8050#discussion_r276288794
 
 

 ##########
 File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/Table.java
 ##########
 @@ -89,6 +89,11 @@
         */
        TableOperation getTableOperation();
 
+       /**
+        * Returns the {@link TableEnvironment} of this table.
+        */
+       TableEnvironment getTableEnvironment();
 
 Review comment:
   The conversions in `TableConversions.scala` need TableEnvironment.  I will 
put `TableConversions` in planner module for now and remove 
getTableEnvironment() in Table.

----------------------------------------------------------------
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

Reply via email to