Skip to content

Commit b27d169

Browse files
yaooqinndongjoon-hyun
authored andcommitted
[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]> (cherry picked from commit c040824) Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent d083da7 commit b27d169

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/sql-data-sources-avro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ Configuration of Avro can be done using the `setConf` method on SparkSession or
348348
<td>snappy</td>
349349
<td>
350350
Compression codec used in writing of AVRO files. Supported codecs: uncompressed, deflate,
351-
snappy, bzip2 and xz. Default codec is snappy.
351+
snappy, bzip2, xz and zstandard. Default codec is snappy.
352352
</td>
353353
<td>2.4.0</td>
354354
</tr>

0 commit comments

Comments
 (0)