rgsriram commented on code in PR #408:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/408#discussion_r1002928530


##########
examples/flink-python-example/Dockerfile:
##########
@@ -36,7 +36,7 @@ apt-get clean && \
 rm -rf /var/lib/apt/lists/*
 
 # install PyFlink
-RUN pip3 install apache-flink==1.15.0
+RUN pip3 install "apache-flink>=1.15.0,<1.16.0"

Review Comment:
   Suggesting to be `RUN pip3 install "apache-flink>=1.15.0"`?. As per my 
understanding, we are using flink 1.15 in this example (`FROM flink:1.15`).  
That could be the reason for `apache-flink>=1.15.0,<1.16.0`. 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to