This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new c040824fd75c [MINOR][DOCS] Add zstandard as a candidate to fix the
desc of spark.sql.avro.compression.codec
c040824fd75c is described below
commit c040824fd75c955dbc8e5712bc473a0ddb9a8c0f
Author: Kent Yao <[email protected]>
AuthorDate: Thu Jan 18 08:19:52 2024 -0800
[MINOR][DOCS] Add zstandard as a candidate to fix the desc of
spark.sql.avro.compression.codec
### What changes were proposed in this pull request?
Add zstandard as a candidate to fix the desc of
spark.sql.avro.compression.codec
### Why are the changes needed?
docfix
### Does this PR introduce _any_ user-facing change?
no
### How was this patch tested?
doc build
### Was this patch authored or co-authored using generative AI tooling?
no
Closes #44783 from yaooqinn/avro_minor.
Authored-by: Kent Yao <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
docs/sql-data-sources-avro.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sql-data-sources-avro.md b/docs/sql-data-sources-avro.md
index 898afe9de87f..73327e88eb3e 100644
--- a/docs/sql-data-sources-avro.md
+++ b/docs/sql-data-sources-avro.md
@@ -348,7 +348,7 @@ Configuration of Avro can be done via `spark.conf.set` or
by running `SET key=va
<td>snappy</td>
<td>
Compression codec used in writing of AVRO files. Supported codecs:
uncompressed, deflate,
- snappy, bzip2 and xz. Default codec is snappy.
+ snappy, bzip2, xz and zstandard. Default codec is snappy.
</td>
<td>2.4.0</td>
</tr>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]