Skip to content

Commit 4b87153

Browse files
timsaucerCopilot
andauthored
Minor docstring change
Co-authored-by: Copilot <[email protected]>
1 parent 0d191f6 commit 4b87153

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

python/datafusion/dataframe.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -982,11 +982,10 @@ def write_parquet(
982982
) -> None:
983983
"""Execute the :py:class:`DataFrame` and write the results to a Parquet file.
984984
985-
LZO compression is not yet implemented in arrow-rs and is therefore excluded.
986-
987985
Args:
988986
path: Path of the Parquet file to write.
989987
compression: Compression type to use. Default is "ZSTD".
988+
LZO compression is not yet implemented in arrow-rs and is therefore excluded.
990989
Available compression types are:
991990
- "uncompressed": No compression.
992991
- "snappy": Snappy compression.

0 commit comments

Comments
 (0)