hequn8128 commented on a change in pull request #9886: [FLINK-14027][python][doc] Add documentation for Python user-defined functions. URL: https://github.com/apache/flink/pull/9886#discussion_r334353816
########## File path: docs/_includes/generated/python_configuration.html ########## @@ -0,0 +1,21 @@ +<table class="table table-bordered"> + <thead> + <tr> + <th class="text-left" style="width: 20%">Key</th> + <th class="text-left" style="width: 15%">Default</th> + <th class="text-left" style="width: 65%">Description</th> + </tr> + </thead> + <tbody> + <tr> + <td><h5>python.fn-execution.bundle.size</h5></td> + <td style="word-wrap: break-word;">1000</td> + <td>The maximum number of elements to include in a bundle. The elements are processed asynchronously. One bundle of elements are processed before processing the next bundle of elements</td> Review comment: I find the descriptions in this page may be hard for users to understand. How about add descriptions that why users need this configuration. For example, it is used to optimize the python udf and can be used to reduce the data transmission and processing overhead between java and python workers. What do you think? ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
