slinkydeveloper commented on a change in pull request #18573:
URL: https://github.com/apache/flink/pull/18573#discussion_r800816797
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/internal/StatementSetImpl.java
##########
@@ -142,21 +143,17 @@ public TableResult execute() {
}
/**
- * Get the json plan of the all statements and Tables as a batch.
- *
- * <p>The json plan is the string json representation of an optimized
ExecNode plan for the
- * statements and Tables. An ExecNode plan can be serialized to json plan,
and a json plan can
- * be deserialized to an ExecNode plan.
+ * Get the {@link CompiledPlan} of the all statements and Tables as a
batch.
Review comment:
This method is still not exposed. I'm tackling it in a separate pr here
https://github.com/apache/flink/pull/18649
--
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]