You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2019/09/27 13:37:22 UTC

[flink] branch FLINK-14226 updated: [REMOVE] Disable Flink Python module

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

trohrmann pushed a commit to branch FLINK-14226
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/FLINK-14226 by this push:
     new 17d449a  [REMOVE] Disable Flink Python module
17d449a is described below

commit 17d449a0d46997b1474a775eab1741d6012b64cd
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Fri Sep 27 15:36:01 2019 +0200

    [REMOVE] Disable Flink Python module
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bb21332..4cf2696 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,7 +84,7 @@ under the License.
 		<module>flink-yarn-tests</module>
 		<module>flink-fs-tests</module>
 		<module>flink-docs</module>
-		<module>flink-python</module>
+<!--		<module>flink-python</module>-->
 		<module>flink-ml-parent</module>
 		<module>flink-walkthroughs</module>
 	</modules>