ZhangChaoming commented on a change in pull request #18386:
URL: https://github.com/apache/flink/pull/18386#discussion_r825544559
##########
File path:
flink-table/flink-table-api-java/src/main/java/org/apache/flink/table/api/TableEnvironment.java
##########
@@ -505,10 +511,10 @@ void createTemporarySystemFunction(
* (implicitly or explicitly) identified by a catalog and database.
*
* @param path The path under which the function will be registered. See
also the {@link
- * TableEnvironment} class description for the format of the path.
+ * TableEnvironment} class description for the format of the path.
* @param functionClass The function class containing the implementation.
* @param ignoreIfExists If a function exists under the given path and
this flag is set, no
- * operation is executed. An exception is thrown otherwise.
+ * operation is executed. An exception is thrown otherwise.
Review comment:
Yes, it was caused by auto style check.
--
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]