dongjoon-hyun commented on code in PR #45584:
URL: https://github.com/apache/spark/pull/45584#discussion_r1529740045


##########
docs/sql-data-sources-orc.md:
##########
@@ -241,7 +241,7 @@ Data source options of ORC can be set via:
   <tr>
     <td><code>compression</code></td>
     <td><code>zstd</code></td>
-    <td>compression codec to use when saving to file. This can be one of the 
known case-insensitive shorten names (none, snappy, zlib, lzo, zstd and lz4). 
This will override <code>orc.compress</code> and 
<code>spark.sql.orc.compression.codec</code>.</td>
+    <td>compression codec to use when saving to file. This can be one of the 
known case-insensitive shorten names (none, snappy, zlib, lzo, zstd, lz4 and 
brotli). This will override <code>orc.compress</code> and 
<code>spark.sql.orc.compression.codec</code>.</td>

Review Comment:
   Like Parquet, we need a `Note` here, @cxzl25 .
   
   
https://github.com/apache/spark/blob/5f48931fcdf712c3646a368ae9643b5ccba00db2/docs/sql-data-sources-parquet.md?plain=1#L488



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to