The native Rust implementation for Apache Hudi, with C++ & Python API bindings.

apache c-plus-plus hudi python rust
2 Open Issues Need Help Last updated: Jun 28, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The task requires modifying the `release/bump_version_in_main.sh` script to append a `-dev` suffix to the version number when bumping the version in the main branch. Additionally, the `cpp/CMakeLists.txt` file needs to be updated separately to reflect the non-dev version number (without the `-dev` suffix). This ensures consistency between the Rust and C++ components' versioning.

Complexity: 3/5
good first issue dev-x

The native Rust implementation for Apache Hudi, with C++ & Python API bindings.

Rust
#apache#c-plus-plus#hudi#python#rust

AI Summary: Implement the ability for the Hudi-rs library to automatically read AWS configuration parameters from environment variables, similar to how it's currently done in the Python version, as documented in the provided link. This will allow users to configure AWS access without explicitly setting options within the library's API.

Complexity: 4/5
good first issue feature

The native Rust implementation for Apache Hudi, with C++ & Python API bindings.

Rust
#apache#c-plus-plus#hudi#python#rust