apache / iceberg-rust

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

bug: `StructAccessor` should return `Result<Option<Datum>>` #379

Closed liurenjie1024 closed 3 weeks ago

liurenjie1024 commented 1 month ago

StructAccessor should take null bitmap into account and return Result<Option<Datum>>.

liurenjie1024 commented 1 month ago

cc @sdd Would you take a look at this?

sdd commented 1 month ago

Of course, I'll pick this up 👍🏼