Skip to content

Commit a96e510

Browse files
committed
Correct comments
1 parent 04e4a51 commit a96e510

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/pyspark/sql/readwriter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,7 @@ def parquet(self, path, mode=None, partitionBy=None):
491491
* ``compression`` (default ``None``): compression codec to use when saving to file.
492492
This can be one of the known case-insensitive shorten names
493493
(``uncompressed``, ``snappy``,``gzip``, and ``lzo``).
494-
This will overwrite ``orc.compress``.
494+
This will overwrite ``spark.sql.parquet.compression.codec``.
495495
496496
>>> df.write.parquet(os.path.join(tempfile.mkdtemp(), 'data'))
497497
"""

0 commit comments

Comments
 (0)