slinkydeveloper commented on a change in pull request #18573:
URL: https://github.com/apache/flink/pull/18573#discussion_r802392462



##########
File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/CompiledPlan.java
##########
@@ -59,4 +62,12 @@ default void writeToFile(Path path) throws IOException {
     /** Write this plan to a file using the JSON representation. */
     void writeToFile(Path path, boolean ignoreIfExists)
             throws IOException, UnsupportedOperationException;
+
+    // --- Accessors
+
+    /** Get the flink version used to compile the plan. */
+    String getFlinkVersion();

Review comment:
       I don't think so, as these are different. This flink version comes 
directly from 
https://github.com/apache/flink/blob/4af7f825a1bcbed0a6fda02c9445d9288a175e30/flink-runtime/src/main/resources-filtered/.flink-runtime.version.properties,
 so it might contain also SNAPSHOT versions from what i can tell, right?




-- 
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]


Reply via email to