slinkydeveloper commented on a change in pull request #18349:
URL: https://github.com/apache/flink/pull/18349#discussion_r787463301
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/StatementSet.java
##########
@@ -62,10 +62,10 @@
* written to a table (backed by a {@link DynamicTableSink}) expressed via
the given {@link
* TableDescriptor}.
*
- * <p>The given {@link TableDescriptor descriptor} is registered as an
inline (i.e. anonymous)
- * temporary catalog table (see {@link
TableEnvironment#createTemporaryTable(String,
- * TableDescriptor)}. Then a statement is added to the statement set that
inserts the {@link
- * Table} object's pipeline into that temporary table.
+ * <p>The given {@link TableDescriptor descriptor} won't be registered in
the catalog, but it
+ * will be propagated directly in the operation tree, adding a statement
to the statement set
Review comment:
Reworded, check now
--
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]