Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.3.0
Description
Python 3.10 introduced breaking changes. We need to update PySpark.
For example, the following.
>>> from collections import Callable <stdin>:1: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated since Python 3.3, and in 3.10 it will stop working
This is targeting Apache Spark 3.3.0 in 2022.
Attachments
Issue Links
- is duplicated by
-
SPARK-37249 ImportError: cannot import name 'Callable' from 'collections'
- Closed
- is related to
-
SPARK-37257 Update setup.py for Python 3.10
- Resolved
- relates to
-
SPARK-37253 try_simplify_traceback should not fail when tb_frame.f_lineno is None
- Resolved
- links to