LuciferYang commented on code in PR #49827:
URL: https://github.com/apache/spark/pull/49827#discussion_r1945128803


##########
.github/workflows/maven_test.yml:
##########
@@ -176,7 +176,7 @@ jobs:
           python-version: '3.11'
           architecture: x64
       - name: Install Python packages (Python 3.11)
-        if: (contains(matrix.modules, 'sql#core')) || contains(matrix.modules, 
'connect')
+        if: contains(matrix.modules, 'resource-managers#yarn') || 
(contains(matrix.modules, 'sql#core')) || contains(matrix.modules, 'connect')

Review Comment:
   cc @dongjoon-hyun , this can restore the Maven daily tests, but to enhance 
developer friendliness, some refactoring may be necessary for the newly added 
cases in `YarnClusterSuite`: 
https://github.com/apache/spark/pull/49107/files#r1945123620



-- 
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: reviews-unsubscr...@spark.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to