This is an automated email from the ASF dual-hosted git repository.
jeffreyvo pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 7fbbde24ae Remove lint issues in parquet-related code. (#9375)
add 70089ac5c1 feat: support RunEndEncoded arrays in arrow-json reader and
writer (#9379)
No new revisions were added by this update.
Summary of changes:
arrow-json/src/reader/mod.rs | 118 ++++++++++++++++++++++++++++++++
arrow-json/src/reader/run_end_array.rs | 119 +++++++++++++++++++++++++++++++++
arrow-json/src/writer/encoder.rs | 36 ++++++++++
arrow-json/src/writer/mod.rs | 105 +++++++++++++++++++++++++++++
4 files changed, 378 insertions(+)
create mode 100644 arrow-json/src/reader/run_end_array.rs