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:
us...@infra.apache.org


Reply via email to