hequn8128 commented on a change in pull request #8062:  [FLINK-11884][table] 
Implement expression resolution on top of new Expressions
URL: https://github.com/apache/flink/pull/8062#discussion_r272864780
 
 

 ##########
 File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/Table.java
 ##########
 @@ -83,6 +84,11 @@
         */
        void printSchema();
 
+       /**
+        * Returns underlying logical representation of this table.
+        */
+       TableOperation getTableOperation();
 
 Review comment:
   This method seems a method in the implementation(TableImpl) instead of in 
the api(Table). After we remove the `tableRef()` method in 
`ApiExpressionUtils`, this `getTableOperation` method will not be used at the 
api level. Or will it be used later? It true, maybe we can add this method 
later. What do you think?

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