Skip to content

Commit

Permalink
fix: don't pass additional schema
Browse files Browse the repository at this point in the history
Signed-off-by: Anton Kukushkin <[email protected]>
  • Loading branch information
kukushking committed Sep 8, 2023
1 parent 8de843f commit 3dff059
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion awswrangler/s3/_write_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ def _new_writer(
writer = pyarrow.parquet.ParquetWriter(
where=f,
compression="NONE" if compression is None else compression,
schema=schema,
**pyarrow_additional_kwargs,
)
yield writer
Expand Down

0 comments on commit 3dff059

Please sign in to comment.