dianfu commented on a change in pull request #11768: [FLINK-16943][python] 
Support set the configuration option "pipeline.jars" in PyFlink.
URL: https://github.com/apache/flink/pull/11768#discussion_r409517022
 
 

 ##########
 File path: tools/travis_controller.sh
 ##########
 @@ -148,6 +148,8 @@ if [ $STAGE == "$STAGE_COMPILE" ]; then
             ! -path 
"$CACHE_FLINK_DIR/flink-dist/target/flink-*-bin/flink-*/opt/flink-python*.jar" \
             ! -path 
"$CACHE_FLINK_DIR/flink-connectors/flink-connector-elasticsearch-base/target/flink-*.jar"
 \
             ! -path 
"$CACHE_FLINK_DIR/flink-connectors/flink-connector-kafka-base/target/flink-*.jar"
 \
+            ! -path 
"$CACHE_FLINK_DIR/flink-python/target/flink-python*-tests.jar" \
 
 Review comment:
   What about generating two jars for this test purpose instead of reusing the 
existing test jars? It would be small and also could avoid potential problems.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to