Is your feature request related to a problem? Please describe.
The install guide of AWS Glue PySpark Jobs will cause below error.
File "/home/spark/.local/lib/python3.10/site-packages/pyarrow/parquet.py", line 670, in __init__
self.writer = _parquet.ParquetWriter(
File "pyarrow/_parquet.pyx", line 1430, in pyarrow._parquet.ParquetWriter.__cinit__
TypeError: __cinit__() got an unexpected keyword argument 'encryption_properties'
Describe the solution you'd like
Modify the install guide and do NOT specify the pyarrow version.
Before: pyarrow==7,awswrangler
After :pyarrow,awswrangler
Is your feature request related to a problem? Please describe. The install guide of AWS Glue PySpark Jobs will cause below error.
Describe the solution you'd like Modify the install guide and do NOT specify the pyarrow version. Before: pyarrow==7,awswrangler After :pyarrow,awswrangler