-
Notifications
You must be signed in to change notification settings - Fork 395
Closed
Description
I was testing the basic scan on some real data, found what I think is two bugs
-
One is this line (
), it needs to be able to handle negative numbers, I had egiceberg-rust/crates/iceberg/src/spec/manifest.rs
Line 1364 in 35f3481
m.insert(entry.key, entry.value.try_into()?); null_value_countswhere value was-1, I think that can be mapped to 0 here. -
In this function (
) we shouldn't throw this error, but just skip if the field is not found, due to schema evolution.iceberg-rust/crates/iceberg/src/spec/manifest.rs
Line 1333 in 35f3481
.ok_or_else(|| {
Xuanwo, liurenjie1024, Fokko and ZENOTME
Metadata
Metadata
Assignees
Labels
No labels