dianfu commented on a change in pull request #14113:
URL: https://github.com/apache/flink/pull/14113#discussion_r525912705



##########
File path: docs/dev/python/table-api-users-guide/udfs/vectorized_python_udfs.md
##########
@@ -66,6 +66,7 @@ table_env.sql_query("SELECT add(bigint, bigint) FROM MyTable")
 ## Vectorized Aggregate Functions
 
 Vectorized Python aggregate functions takes one or more `pandas.Series` as the 
inputs and return one scalar value as output.
+<span class="label label-info">Note</span>Now the return type does not support 
`RowType` and `MapType`

Review comment:
       ```suggestion
   <span class="label label-info">Note</span> Now the return type does not 
support `RowType` and `MapType`
   ```

##########
File path: docs/dev/python/table-api-users-guide/udfs/vectorized_python_udfs.md
##########
@@ -66,6 +66,7 @@ table_env.sql_query("SELECT add(bigint, bigint) FROM MyTable")
 ## Vectorized Aggregate Functions
 
 Vectorized Python aggregate functions takes one or more `pandas.Series` as the 
inputs and return one scalar value as output.

Review comment:
       Should add one empty line before "Note". Otherwise, it will appear in 
the same line of the previous section.

##########
File path: 
docs/dev/python/table-api-users-guide/udfs/vectorized_python_udfs.zh.md
##########
@@ -64,6 +64,7 @@ table_env.sql_query("SELECT add(bigint, bigint) FROM MyTable")
 ## 向量化聚合函数
 
 向量化Python聚合函数以一个或多个`pandas.Series`类型的参数作为输入,并返回一个标量值作为输出。
+<span class="label label-info">注意</span>现在返回类型还不支持 `RowType` 和 `MapType` 。

Review comment:
       ```suggestion
   <span class="label label-info">注意</span> 现在返回类型还不支持 `RowType` 和 `MapType` 。
   ```




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