JingsongLi commented on code in PR #271:
URL: https://github.com/apache/flink-table-store/pull/271#discussion_r952113723
##########
.github/workflows/build-different-versions.yml:
##########
@@ -16,10 +16,13 @@ jobs:
- name: Build Flink 1.15
run: |
mvn clean install -Dmaven.test.skip=true
- - name: Build Flink 1.15 & Hive 2.2
+ - name: Build Hive 2.2
run: |
mvn clean install -Dmaven.test.skip=true -Phive-2.2 -f
flink-table-store-hive
- - name: Build Flink 1.15 & Hive 2.1
+ - name: Build Hive 2.1
+ run: |
+ mvn clean install -Dmaven.test.skip=true -Phive-2.1 -f
flink-table-store-hive
+ - name: Build Hive 2.1 CDH 6.3
run: |
mvn clean install -Dmaven.test.skip=true -Phive-2.1 -f
flink-table-store-hive
Review Comment:
-p cdh?
--
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]