Skip to content

Commit 64f4a2b

Browse files
author
Moritz Körber
authored
Fix typo in _write.parquet.py/store_parquet_metadata doc (#1021)
1 parent b3bac5c commit 64f4a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awswrangler/s3/_write_parquet.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -667,7 +667,7 @@ def store_parquet_metadata( # pylint: disable=too-many-arguments
667667
668668
Infer Apache Parquet file(s) metadata from from a received S3 prefix or list of S3 objects paths
669669
And then stores it on AWS Glue Catalog including all inferred partitions
670-
(No need of 'MCSK REPAIR TABLE')
670+
(No need of 'MSCK REPAIR TABLE')
671671
672672
The concept of Dataset goes beyond the simple idea of files and enable more
673673
complex features like partitioning and catalog integration (AWS Glue Catalog).

0 commit comments

Comments
 (0)