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 2020/12/11 06:15:11 UTC

[GitHub] [flink] V1ncentzzZ commented on a change in pull request #14366: Update tableApi.md

V1ncentzzZ commented on a change in pull request #14366:
URL: https://github.com/apache/flink/pull/14366#discussion_r540715362



##########
File path: docs/dev/table/tableApi.md
##########
@@ -1279,7 +1279,7 @@ Table result = left.join(right)
         </p>
 {% highlight java %}
 // register User-Defined Table Function
-TableFunction<String> split = new MySplitUDTF();
+TableFunction<Tuple3<String,String,String>> split = new MySplitUDTF();

Review comment:
       Chinese documents also need to be modified in the same way.




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

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