iceberg-rust
iceberg-rust copied to clipboard
Enhancement: Add support for a config file in iceberg-rust
As a follow-up to https://github.com/apache/iceberg-rust/pull/374,
- Implement a config file for iceberg-rust
- Provide users with an additional option to set
legacy-current-snapshot-idas a configuration value
I think to fix #374, we should decouple two things:
- Add a setting in metadata reader/writer to deal with current-snapshot-id
- How to enable the setting, either through env or config file.
If we actually want a config file, we should discuss the format actually.