nevi-me opened a new pull request #491:
URL: https://github.com/apache/arrow-rs/pull/491
# Which issue does this PR close?
Related #395 .
# Rationale for this change
To add support for the map array :)
# What changes are included in this PR?
This adds minimal support for `arrow::array::MapArray` and Parquet map
support.
Includes
- [X] `arrow::datatype::Map(Box<Field>, bool /* keys_sorted */ `)
- [ ] `arrow::array::MapArray`
- [ ] a really minimal `arrow::array::MapArrayBuilder`. Note, this API was
just to make progress, so more work is needed
- [ ] `arrow::ipc::{reader, writer}` support
- [ ] Integration testing
- [ ] `arrow::json::reader` support
- [ ] Equality support
# Are there any user-facing changes?
Yes, new data type, enum, etc. Builds shall break
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]