pan3793 commented on code in PR #11801:
URL: https://github.com/apache/iceberg/pull/11801#discussion_r1893372370
##########
.github/workflows/hive-ci.yml:
##########
@@ -87,39 +87,10 @@ jobs:
key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*',
'**/gradle-wrapper.properties') }}
restore-keys: ${{ runner.os }}-gradle-
- run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' |
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- - run: ./gradlew -DsparkVersions= -DhiveVersions=2 -DflinkVersions=
-DkafkaVersions= -Pquick=true :iceberg-mr:check :iceberg-hive-runtime:check -x
javadoc
+ - run: ./gradlew -DsparkVersions= -DflinkVersions= -DkafkaVersions=
-Pquick=true :iceberg-mr:check -x javadoc
- uses: actions/upload-artifact@v4
if: failure()
with:
name: test logs
path: |
- **/build/testlogs
-
- hive3-tests:
- runs-on: ubuntu-22.04
- strategy:
- matrix:
- jvm: [11, 17, 21]
- env:
- SPARK_LOCAL_IP: localhost
- steps:
- - uses: actions/checkout@v4
- - uses: actions/setup-java@v4
- with:
- distribution: zulu
- java-version: ${{ matrix.jvm }}
- - uses: actions/cache@v4
- with:
- path: |
- ~/.gradle/caches
- ~/.gradle/wrapper
- key: ${{ runner.os }}-gradle-${{ hashFiles('**/*.gradle*',
'**/gradle-wrapper.properties') }}
- restore-keys: ${{ runner.os }}-gradle-
- - run: echo -e "$(ip addr show eth0 | grep "inet\b" | awk '{print $2}' |
cut -d/ -f1)\t$(hostname -f) $(hostname -s)" | sudo tee -a /etc/hosts
- - run: ./gradlew -DsparkVersions= -DhiveVersions=3 -DflinkVersions=
-DkafkaVersions= -Pquick=true :iceberg-hive3-orc-bundle:check
:iceberg-hive3:check :iceberg-hive-runtime:check -x javadoc
- - uses: actions/upload-artifact@v4
- if: failure()
- with:
- name: test logs
- path: |
- **/build/testlogs
+ **/build/testlogs
Review Comment:
nit: keep newline at the file end
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]