You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/14 01:55:44 UTC

[GitHub] [flink] ZhangChaoming commented on a change in pull request #18386: [FLINK-25684][table] Support enhanced `show databases` syntax

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

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