This is an automated email from the ASF dual-hosted git repository.
dianfu pushed a commit to branch release-1.13
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.13 by this push:
new 928871b [hotfix][python][docs] Fix compile issues
928871b is described below
commit 928871b9c8cc9d4378fbadd04f23452da1d391bb
Author: Dian Fu <[email protected]>
AuthorDate: Tue Apr 27 21:14:59 2021 +0800
[hotfix][python][docs] Fix compile issues
---
docs/layouts/shortcodes/generated/python_configuration.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/layouts/shortcodes/generated/python_configuration.html
b/docs/layouts/shortcodes/generated/python_configuration.html
index 7487a4f..3900970 100644
--- a/docs/layouts/shortcodes/generated/python_configuration.html
+++ b/docs/layouts/shortcodes/generated/python_configuration.html
@@ -30,7 +30,7 @@
<td><h5>python.files</h5></td>
<td style="word-wrap: break-word;">(none)</td>
<td>String</td>
- <td>Attach custom python files for job. The standard python
resource file suffixes such as .py/.egg/.zip or directory are all supported.
These files will be added to the PYTHONPATH of both the local client and the
remote python UDF worker. Files suffixed with .zip will be extracted and added
to PYTHONPATH. Comma (',') could be used as the separator to specify multiple
files. The option is equivalent to the command line option "-pyfs". </td>
+ <td>Attach custom files for job. The standard resource file
suffixes such as .py/.egg/.zip/.whl or directory are all supported. These files
will be added to the PYTHONPATH of both the local client and the remote python
UDF worker. Files suffixed with .zip will be extracted and added to PYTHONPATH.
Comma (',') could be used as the separator to specify multiple files. The
option is equivalent to the command line option "-pyfs". </td>
</tr>
<tr>
<td><h5>python.fn-execution.arrow.batch.size</h5></td>