HyukjinKwon commented on a change in pull request #32161:
URL: https://github.com/apache/spark/pull/32161#discussion_r636570040
##########
File path: sql/core/src/main/scala/org/apache/spark/sql/DataFrameWriter.scala
##########
@@ -860,13 +860,10 @@ final class DataFrameWriter[T] private[sql](ds:
Dataset[T]) {
* format("parquet").save(path)
* }}}
*
- * You can set the following Parquet-specific option(s) for writing Parquet
files:
- * <ul>
- * <li>`compression` (default is the value specified in
`spark.sql.parquet.compression.codec`):
- * compression codec to use when saving to file. This can be one of the
known case-insensitive
- * shorten names(`none`, `uncompressed`, `snappy`, `gzip`, `lzo`, `brotli`,
`lz4`, and `zstd`).
- * This will override `spark.sql.parquet.compression.codec`.</li>
- * </ul>
+ * Parquet-specific option(s) for reading Parquet files can be found in
Review comment:
it's writing. not reading
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]