iceberg-rust icon indicating copy to clipboard operation
iceberg-rust copied to clipboard

Correct names in the ManifestList

Open Fokko opened this issue 1 year ago • 2 comments

Looking at the manifest list, we see the following names:

  {
    "name" : "added_data_files_count",
    "type" : "int"
  }, {
    "name" : "existing_data_files_count",
    "type" : "int"
  }, {
    "name" : "deleted_data_files_count",
    "type" : "int"
  }

With the V2 spec the names have been changed:

image

This is just cosmetic, since the fields are looked up by ID, but would be nice to fix this to avoid any future confusion.

Fokko avatar Apr 25 '24 13:04 Fokko

@Fokko, can you please assign this to me? Thanks!

s-akhtar-baig avatar Apr 25 '24 13:04 s-akhtar-baig

@Fokko, can you please assign this to me? Thanks!

Done, thanks!

liurenjie1024 avatar Apr 26 '24 05:04 liurenjie1024

PR : https://github.com/apache/iceberg-rust/pull/380

gupteaj avatar May 24 '24 23:05 gupteaj

Close by #380 Thanks @gupteaj

liurenjie1024 avatar Jun 15 '24 08:06 liurenjie1024