twalthr commented on code in PR #25952:
URL: https://github.com/apache/flink/pull/25952#discussion_r1918652808
##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/catalog/QueryOperationCatalogView.java:
##########
@@ -32,9 +34,26 @@
public final class QueryOperationCatalogView implements CatalogView {
private final QueryOperation queryOperation;
+ private final @Nullable String originalQuery;
Review Comment:
shall we just reference the `CatalogView origin` here? Less fields and an
easier constructor.
--
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]