Open Issues Need Help
View All on GitHubAI 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.
The native Rust implementation for Apache Hudi, with C++ & Python API bindings.
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.
The native Rust implementation for Apache Hudi, with C++ & Python API bindings.