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

贡献者指南