HyukjinKwon opened a new pull request, #44776:
URL: https://github.com/apache/spark/pull/44776

   ### What changes were proposed in this pull request?
   
   This PR proposes to skip `test_datasource` if PyArrow is not installed 
because it requires `mapInArrow` that needs PyArrow.
   
   ### Why are the changes needed?
   
   To make the build pass with the env that does not have PyArrow installed.
   
   Currently scheduled job fails (with PyPy3): 
https://github.com/apache/spark/actions/runs/7557652490/job/20577472214
   
   ### Does this PR introduce _any_ user-facing change?
   
   No, test-only.
   
   ### How was this patch tested?
   
   Scheduled jobs should test it out. I also manually tested it.
   
   ### Was this patch authored or co-authored using generative AI tooling?
   
   No.


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