Commit 0d6a4d5
authored
docs: Improve Hive storage format and compression codec documentation (#27216)
Enhanced documentation for hive.storage-format and
hive.compression-codec properties to match the detail level of Iceberg
connector docs.
Changes:
Listed all available storage formats (ORC, PARQUET, AVRO, RCBINARY,
RCTEXT, SEQUENCEFILE, JSON, TEXTFILE)
Listed all available compression codecs (NONE, SNAPPY, GZIP, LZ4, ZSTD)
Added format-specific codec compatibility notes (LZ4 for ORC only, ZSTD
for ORC/PARQUET)
Fixes #26384
== NO RELEASE NOTE ==1 parent 1fc8fad commit 0d6a4d5
1 file changed
+12
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
168 | | - | |
169 | | - | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
170 | 179 | | |
171 | 180 | | |
172 | 181 | | |
| |||
0 commit comments