apache / iceberg-rust

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

feat: `StructAccessor.get` returns `Result<Option<Datum>>` instead of `Result<Datum>` #390

Closed sdd closed 3 weeks ago

sdd commented 3 weeks ago

This is so that the accessor's result can represent null field values.

Fixes: #379, unblocking https://github.com/apache/iceberg-rust/pull/363