Skip to content

Commit

Permalink
Fix missing compression tag for s3.store_parquet_metadata()
Browse files Browse the repository at this point in the history
  • Loading branch information
igorborgest committed Jan 11, 2021
1 parent 13e71a0 commit c3bf91b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awswrangler/s3/_write_parquet.py
Original file line number Diff line number Diff line change
Expand Up @@ -759,6 +759,7 @@ def store_parquet_metadata( # pylint: disable=too-many-arguments
parameters=parameters,
columns_comments=columns_comments,
mode=mode,
compression=compression,
catalog_versioning=catalog_versioning,
projection_enabled=projection_enabled,
projection_types=projection_types,
Expand Down

0 comments on commit c3bf91b

Please sign in to comment.