apache / iceberg-python

Apache PyIceberg
https://py.iceberg.apache.org/
Apache License 2.0
309 stars 114 forks source link

fix: update all namespace properties in update_namespace_properties #873

Open ranli opened 3 days ago

ranli commented 3 days ago

Fixes 3rd bug listed at https://github.com/apache/iceberg-python/issues/864, where update_namespace_properties function only updates the first property and drops the rest

ranli commented 2 days ago

@kevinjqliu updated code based on your comments.