Skip to content

Commit b131b6d

Browse files
robert-schmidtkeRobert Schmidtke
andauthored
forward use_threads to _validate_schemas_from_files (#1869)
Co-authored-by: Robert Schmidtke <[email protected]>
1 parent 58a2b2f commit b131b6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/s3/_read_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ def read_parquet(
787787
paths=paths,
788788
version_ids=versions,
789789
sampling=1.0,
790-
use_threads=True,
790+
use_threads=use_threads,
791791
boto3_session=boto3_session,
792792
s3_additional_kwargs=s3_additional_kwargs,
793793
)

0 commit comments

Comments
 (0)