apache/hudi

Make sure that Compression Codec configuration is respected across the board

Geschlossen

#14.963 geöffnet am 30.11.2025

 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)Java (2.431 Forks)batch import
area:storagefrom-jiragood first issuepriority:hightype:bug

Repository-Metriken

Stars
 (4.823 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 16T 21h) (127 gemergte PRs in 30 T)

Beschreibung

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

Contributor Guide