pan3793 commented on code in PR #7194:
URL: https://github.com/apache/kyuubi/pull/7194#discussion_r2324579559


##########
.github/workflows/master.yml:
##########
@@ -422,17 +422,21 @@ jobs:
         uses: docker/setup-buildx-action@v3
         with:
           cache-binary: false
+      - name: Pull Spark image
+        run: |
+          docker pull apache/spark:3.5.5
       - name: Build Kyuubi Docker Image
         uses: docker/build-push-action@v6
         with:
           # passthrough CI into build container
           build-args: |
             CI=${CI}
-            MVN_ARG=--flink-provided --hive-provided
+            BASE_IMAGE=apache/spark:3.5.5
+            MVN_ARG="--spark-provided --flink-provided --hive-provided"

Review Comment:
   ```suggestion
               MVN_ARG=--spark-provided --flink-provided --hive-provided
   ```



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

Reply via email to