This is an automated email from the ASF dual-hosted git repository.

dianfu pushed a commit to branch release-1.10
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-1.10 by this push:
     new 8abd110  Revert "[FLINK-16691][python][docs] Improve Python UDF 
documentation to remind users to install PyFlink on the cluster"
8abd110 is described below

commit 8abd110a718942810bf59d76b53e0de8e8cf532b
Author: Dian Fu <dia...@apache.org>
AuthorDate: Fri Mar 20 22:59:48 2020 +0800

    Revert "[FLINK-16691][python][docs] Improve Python UDF documentation to 
remind users to install PyFlink on the cluster"
    
    This reverts commit d173d337cda85084bb7890054bfe04cecf1f9694
---
 docs/dev/table/python/python_udfs.md    | 2 --
 docs/dev/table/python/python_udfs.zh.md | 2 --
 2 files changed, 4 deletions(-)

diff --git a/docs/dev/table/python/python_udfs.md 
b/docs/dev/table/python/python_udfs.md
index fd4a99d..44a30ff 100644
--- a/docs/dev/table/python/python_udfs.md
+++ b/docs/dev/table/python/python_udfs.md
@@ -24,8 +24,6 @@ under the License.
 
 User-defined functions are important features, because they significantly 
extend the expressiveness of Python Table API programs.
 
-**NOTE:** Python UDF execution requires Python3.5+ with PyFlink installed. 
It's required on both the client side and the cluster side. 
-
 * This will be replaced by the TOC
 {:toc}
 
diff --git a/docs/dev/table/python/python_udfs.zh.md 
b/docs/dev/table/python/python_udfs.zh.md
index 11f896c..7acba1f 100644
--- a/docs/dev/table/python/python_udfs.zh.md
+++ b/docs/dev/table/python/python_udfs.zh.md
@@ -24,8 +24,6 @@ under the License.
 
 User-defined functions are important features, because they significantly 
extend the expressiveness of Python Table API programs.
 
-**NOTE:** Python UDF execution requires Python3.5+ with PyFlink installed. 
It's required on both the client side and the cluster side.
-
 * This will be replaced by the TOC
 {:toc}
 

Reply via email to