panbingkun commented on PR #44662:
URL: https://github.com/apache/spark/pull/44662#issuecomment-1888328427

   I have found another issue, we need to use `$PYTHON_TO_TEST` in every step 
of using `env: ${{ fromJSON(inputs.envs) }}`, otherwise the enumeration will 
not be as expected. 
   Let's take a successful `build_ python` Using as an example, 
https://github.com/apache/spark/actions/runs/7476792796/job/20348090667
   
   1.python 3.10
   https://github.com/apache/spark/actions/runs/7476792796/job/20348079659
   <img width="1351" alt="image" 
src="https://github.com/apache/spark/assets/15246973/7f8d1f80-f0ce-458c-968b-0c66ee456410";>
   
   2.python 3.11
   https://github.com/apache/spark/actions/runs/7476792796/job/20348091081
   <img width="1419" alt="image" 
src="https://github.com/apache/spark/assets/15246973/5bb77e2e-9317-4189-8a09-174c923d515b";>
   
   
   cc @dongjoon-hyun @HyukjinKwon 
   I will first propose a separate PR to fix this issue.


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