dawidwys 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_r272903193
##########
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:
I agree this method has no much of use for users, though I think we should
be able to work against the interface. We should not be forced to cast the
`Table` in `TableEnvironment` to extract the underlying plan for the `Table`.
Otherwise it does not make sense to have an interface at all.
----------------------------------------------------------------
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