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

   ### What changes were proposed in this pull request?
   
   This PR is a sort of followup of https://github.com/apache/spark/pull/44504 
but addresses a separate issue. This PR proposes to check if Python executable 
exists when looking up available Python Data Sources.
   
   ### Why are the changes needed?
   
   For some OSes such as Windows, or minimized Docker containers, there is no 
Python installed, and it will just fail even when users want to use Scala only. 
We should check the Python executable, and skip if that does not exist.
   
   ### Does this PR introduce _any_ user-facing change?
   
   No because the main change has not been released out yet.
   
   ### How was this patch tested?
   
   Manually tested.
   
   ### 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