FANNG1 commented on code in PR #4403:
URL: https://github.com/apache/gravitino/pull/4403#discussion_r1710977063


##########
.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:
   How about adding a separate step in `build` named like `Build spark 
connector with scala 2.13` to build and test scala 2.13 packages.



-- 
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]

Reply via email to