apache / iceberg-go

Apache Iceberg - Go
https://iceberg.apache.org/
Apache License 2.0
127 stars 30 forks source link

feat(manifest): fix partition data map #124

Closed zeroshade closed 2 months ago

zeroshade commented 2 months ago

Split out from #118

Fixup the partition data map that we get from the manifest entry's datafile information and preserve the field name -> field-id mapping in partition data for a datafile.

zeroshade commented 2 months ago

CC @Fokko @nastra