apache/hudi

Make sure that Compression Codec configuration is respected across the board

已關閉

#14,963 建立於 2025年11月30日

 (0 則留言) (0 個反應) (1 位負責人)Java (2,431 個分叉)batch import
area:storagefrom-jiragood first issuepriority:hightype:bug

倉庫指標

星標
 (4,823 顆星)
PR 合併指標
 (平均合併 16天 21小時) (30 天內合併 127 個 PR)

描述

Currently there are quite a few places where we assume GZip as the compression codec which is incorrect, given that this is configurable and users might actually prefer to use different compression codec.

Examples:

[HoodieParquetDataBlock|https://github.com/apache/hudi/pull/4333/files#diff-798a773c6eef4011aef2da2b2fb71c25f753500548167b610021336ef6f14807]

JIRA info

貢獻者指南