AnishMahto commented on PR #56069:
URL: https://github.com/apache/spark/pull/56069#issuecomment-4527541497

   I don't know if this is intentional or not, but it looks like the docs build 
environment in CI doesn't have all of the transitive dependencies required by 
pyspark connect packages. Ex. see failure here due to 
`pyspark.sql.connect.functions.builtin` import which requires `zstandard >= 
0.25.0` to be installed: 
https://github.com/AnishMahto/spark/actions/runs/26351167405/job/77569752098.
   
   In any case as a workaround I will lazily import 
`pyspark.sql.connect.functions.builtin` so that docs build is unaffected.


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