caican00 commented on code in PR #4403:
URL: https://github.com/apache/gravitino/pull/4403#discussion_r1711100217
##########
.github/workflows/build.yml:
##########
@@ -107,3 +107,41 @@ jobs:
build/reports
catalogs/**/*.log
catalogs/**/*.tar
+
+ spark-connector-build:
+ runs-on: ubuntu-latest
+ strategy:
+ matrix:
+ scala-version: [ 2.12, 2.13 ]
+ timeout-minutes: 30
+ needs: changes
+ if: needs.changes.outputs.source_changes == 'true'
+ steps:
+ - uses: actions/checkout@v3
+
+ - uses: actions/setup-java@v4
+ with:
+ java-version: 8
+ distribution: 'temurin'
+ cache: 'gradle'
+
+ - name: Free up disk space
+ run: |
+ dev/ci/util_free_space.sh
+
+ - name: Build with Gradle
Review Comment:
@FANNG1 just test scala2.13, not considering scala2.12?
--
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]