hudi
hudi copied to clipboard
Upserts, Deletes And Incremental Processing on Big Data.
The last published [hudi-presto-bundle, 1.0.2](https://mvnrepository.com/artifact/org.apache.hudi/hudi-presto-bundle/1.0.2), is using parquet-avro version `1.13.1` This unfortunately has two rather bothersome CVEs - 1. [CVE-2025-46762](https://github.com/advisories/GHSA-53wx-pr6q-m3j5), score 7.1/10 - Apache Parquet Java: Potential malicious code execution...
### Change Logs The currently supported Spark version for Mac chips is 2.4, which is outdated for the latest Hudi versions and Officially, the Docker demo does not support Hudi...
### Change Logs This PR 1. introduces SparkFileReader that could be extended to readers for different base file formats. 2. passes a map of [HoodieFileFormat, SparkFileReader] into Spark ReaderContext for...
Mac Aarch64 demo described in 'docker demo doc' is not worked. This document might be out of date. Would Hudi community like to provide a version docker demo doc for...
### Change Logs Created a new file format `HoodieFileGroupReaderBasedFileFormat` to support multiple base file formats, which is guarded by the existing configuration. The main change that we do is to...
### Change Logs Since FG reader could support HFile format with predicates, we plugin into FG reader into MDT. ### Impact Unified MDT records read with DT record reads. ###...