RocMarshal commented on a change in pull request #16316: URL: https://github.com/apache/flink/pull/16316#discussion_r671269448
########## File path: docs/content.zh/docs/dev/table/tableApi.md ########## @@ -1016,8 +1018,8 @@ result = joined_table.select(joined_table.a, joined_table.b, joined_table.e, joi {{< label "Batch" >}} {{< label "Streaming" >}} -Joins a table with the results of a table function. Each row of the left (outer) table is joined with all rows produced by the corresponding call of the table function. -A row of the left (outer) table is dropped, if its table function call returns an empty result. +join 表和表函数的结果。左(外部)表的每一行都会 join 表函数的相应调用产生的所有行。 +如果表函数调用返回空结果,则删除左侧(外部)表的一行。 Review comment: `如果表函数调用返回空结果,则删除左侧(外部)表的一行。` Maybe we should translate it in a better way. ########## File path: docs/content.zh/docs/dev/table/tableApi.md ########## @@ -1016,8 +1018,8 @@ result = joined_table.select(joined_table.a, joined_table.b, joined_table.e, joi {{< label "Batch" >}} {{< label "Streaming" >}} -Joins a table with the results of a table function. Each row of the left (outer) table is joined with all rows produced by the corresponding call of the table function. -A row of the left (outer) table is dropped, if its table function call returns an empty result. +join 表和表函数的结果。左(外部)表的每一行都会 join 表函数的相应调用产生的所有行。 +如果表函数调用返回空结果,则删除左侧(外部)表的一行。 Review comment: Maybe we should translate it in a better 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org