bowenli86 commented on a change in pull request #8911: [FLINK-12995][hive] Add
Hive-1.2.1 build to Travis
URL: https://github.com/apache/flink/pull/8911#discussion_r301685317
##########
File path: tools/travis/stage.sh
##########
@@ -213,6 +220,9 @@ function get_test_modules_for_stage() {
(${STAGE_TESTS})
echo "-pl $modules_tests"
;;
+ (${STAGE_CONNECTOR_HIVE_1})
+ echo "-pl $MODULES_CONNECTOR_HIVE -Phive-1.2.1 clean"
Review comment:
nit: can you add a comment here to note that 'clean' will only recompile
flink-connector-hive module?
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services