davidradl commented on code in PR #28266:
URL: https://github.com/apache/flink/pull/28266#discussion_r3354559846
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java:
##########
@@ -1080,6 +1081,34 @@ void createTemporarySystemFunction(
*/
Table from(String path);
+ /**
+ * Reads a registered table and applies dynamic options, returning the
corresponding {@link
Review Comment:
We should update the documentation to describe this and why the user would
want to do this with examples.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]