Deprecation Warning for parallelism
Argument in read_parquet
with ray_args
#2864
Labels
enhancement
New feature or request
There's a deprecation warning related to the parallelism argument in Ray 2.10. The warning suggests using override_num_blocks instead. This issue occurs in read_api.py at line 3087.
Steps to Reproduce:
awswrangler.s3.read_parquet
function withray_args
that includes theparallelism
parameter.Code Example:
Expected Behavior:
The read_parquet function should accept the appropriate parameter for specifying parallelism without generating a deprecation warning.
Suggested Fix:
Update the read_parquet function to use override_num_blocks instead of parallelism when passing ray_args.
The text was updated successfully, but these errors were encountered: