apache / iceberg-rust

Apache Iceberg
https://rust.iceberg.apache.org/
Apache License 2.0
469 stars 95 forks source link

Enhancement: Add support for a config file in iceberg-rust #375

Open s-akhtar-baig opened 1 month ago

s-akhtar-baig commented 1 month ago

As a follow-up to https://github.com/apache/iceberg-rust/pull/374,

liurenjie1024 commented 2 weeks ago

I think to fix #374, we should decouple two things:

  1. Add a setting in metadata reader/writer to deal with current-snapshot-id
  2. How to enable the setting, either through env or config file.

If we actually want a config file, we should discuss the format actually.