iceberg-rust
iceberg-rust copied to clipboard
Correct names in the ManifestList
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:
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, can you please assign this to me? Thanks!
@Fokko, can you please assign this to me? Thanks!
Done, thanks!
PR : https://github.com/apache/iceberg-rust/pull/380
Close by #380 Thanks @gupteaj