Skip to content

Commit d72db27

Browse files
committed
skip authz for Spark 4.0
1 parent d929e6a commit d72db27

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
**/kyuubi-spark-batch-submit.log*
131131
132132
java17-scala213-test:
133-
name: Java 17 with Scala 2.13 Test
133+
name: Java 17 and Scala 2.13 Test
134134
runs-on: ubuntu-22.04
135135
strategy:
136136
fail-fast: false
@@ -160,7 +160,8 @@ jobs:
160160
uses: ./.github/actions/cache-engine-archives
161161
- name: Build on Scala ${{ matrix.scala }}
162162
run: |
163-
TEST_MODULES="!externals/kyuubi-flink-sql-engine,!integration-tests/kyuubi-flink-it"
163+
# TODO Re-enable AuthZ after we make it compatible with Spark 4.0
164+
TEST_MODULES="!extensions/spark/kyuubi-spark-authz,!extensions/spark/kyuubi-spark-authz-shaded,!externals/kyuubi-flink-sql-engine,!integration-tests/kyuubi-flink-it"
164165
./build/mvn clean install ${MVN_OPT} -pl ${TEST_MODULES} -am \
165166
-Pscala-${{ matrix.scala }} -Pjava-${{ matrix.java }} -Pspark-${{ matrix.spark }}
166167
- name: Upload test logs

0 commit comments

Comments
 (0)