xishuaidelin commented on code in PR #22539:
URL: https://github.com/apache/flink/pull/22539#discussion_r1192027937


##########
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/CompiledPlan.java:
##########
@@ -109,6 +109,8 @@ default void writeToFile(File file) {
      */
     void writeToFile(File file, boolean ignoreIfExists);
 
+    void writeToFile(org.apache.flink.core.fs.Path path, boolean 
ignoreIfExists);

Review Comment:
   Okey. I have removed this interface and modify other interface to achieve 
the goal.



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to