KarmaGYZ commented on issue #7366: [hotfix][docs][table] Fix typo in User-defined Functions URL: https://github.com/apache/flink/pull/7366#issuecomment-454690102 Thanks for the advice @hequn8128 and @sunjincheng121 ! I push a new commit address the review: - Fix all mistake types in other doc - For the brackets, I find there are three Types class defined in Flink project: `org.apache.flink.api.common.typeinfo.Types`, `org.apache.flink.api.scala.Types` and `org.apache.flink.table.api.Types`. The last one enumerates all supported types of the Table API & SQL. So in doc of **Table API & SQL** domain, we should use this one and in Java code the brackets are necessary. So I add the missing brackets for associated docs.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
