mbutrovich commented on PR #2307:
URL: https://github.com/apache/iceberg-rust/pull/2307#issuecomment-4179233244
Most recent changes:
- **`crates/iceberg/Cargo.toml`** — added `serde_arrow = { version = "0.14",
features = ["arrow-58"] }` dev-dependency
- **`crates/iceberg/src/arrow/reader.rs`** — replaced three separate tests
(`test_predicate_on_migrated_file_with_{struct,list,map}`) and the shared
helper with one `test_predicate_on_migrated_file_with_nested_types` that:
- Uses `serde_arrow` with `Serialize`/`Deserialize` structs for readable
data construction
- Tests a schema with all three nested types (struct, list, map) before
the `id` column
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]