You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PySpark's lack of Python 3.12 support prevents us from utilizing the new sub-interpreter functionality, which would significantly improve Python UDF performance in distributed deployments.
Implementing a workaround to enable Python 3.12 with PySpark should be straightforward, but we likely need to wait for PyO3 0.24 to be released since the GILPool has been deprecated.
The text was updated successfully, but these errors were encountered:
PySpark's lack of Python
3.12
support prevents us from utilizing the new sub-interpreter functionality, which would significantly improve Python UDF performance in distributed deployments.Implementing a workaround to enable Python
3.12
with PySpark should be straightforward, but we likely need to wait for PyO30.24
to be released since theGILPool
has been deprecated.The text was updated successfully, but these errors were encountered: