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/02/27 13:59:27 UTC

[GitHub] [flink] hequn8128 commented on a change in pull request #11208: [FLINK-16271][python] Introduce ArrowPythonScalarFunctionOperator for vectorized Python UDF execution

hequn8128 commented on a change in pull request #11208: [FLINK-16271][python] Introduce ArrowPythonScalarFunctionOperator for vectorized Python UDF execution
URL: https://github.com/apache/flink/pull/11208#discussion_r385076025
 
 

 ##########
 File path: docs/_includes/generated/python_configuration.html
 ##########
 @@ -8,6 +8,12 @@
         </tr>
     </thead>
     <tbody>
+        <tr>
+            <td><h5>python.fn-execution.arrow.batch.size</h5></td>
+            <td style="word-wrap: break-word;">1000</td>
+            <td>Integer</td>
+            <td>The maximum number of elements to include in an arrow batch for Python user-defined function execution.</td>
 
 Review comment:
   Maybe add some descriptions about the difference between bundle size and arrow batch size? For example, arrow batch size should be smaller than bundle size.

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


With regards,
Apache Git Services