apache / iceberg-rust

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

fix(type): fix type promote to ignore field name. #685

Closed chenzl25 closed 3 weeks ago

chenzl25 commented 3 weeks ago

Iceberg-rust changes the arrow map type field name from entries to key_value. I think we should ignore the field name check when performing type promoting.