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



##########
File path: 
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java
##########
@@ -1266,6 +1266,12 @@ void createFunction(
      *
      * <p>This method will parse the input reference and will validate the 
plan. The returned
      * instance can be executed via {@link #executePlan(CompiledPlan)}.
+     *
+     * @throws IOException if the plan cannot be loaded from the filesystem, 
or from classpath
+     *     resources.
+     * @throws TableException if the plan is invalid.
+     * @throws UnsupportedOperationException if the {@link 
EnvironmentSettings} is configured in

Review comment:
       I modified it to have both the throws clause in javadoc and the 
paragraph.




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