This is an automated email from the ASF dual-hosted git repository.
tustvold pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-rs.git
from 20282d1ac Use required-features for CSV benchmarks/examples (#2602)
add b792ff7d9 Make JSON support optional via a feature flag (#2300) (#2601)
No new revisions were added by this update.
Summary of changes:
.github/workflows/arrow.yml | 4 ++--
arrow/Cargo.toml | 9 +++++----
arrow/README.md | 1 +
arrow/src/array/mod.rs | 5 +++--
arrow/src/datatypes/datatype.rs | 25 +++++++++++++++----------
arrow/src/datatypes/field.rs | 24 ++++++++++++------------
arrow/src/datatypes/mod.rs | 27 +++++++++++++++++++++------
arrow/src/datatypes/schema.rs | 33 ++++++++++++++++++++-------------
arrow/src/error.rs | 1 +
arrow/src/lib.rs | 1 +
integration-testing/Cargo.toml | 2 +-
parquet/Cargo.toml | 2 +-
12 files changed, 83 insertions(+), 51 deletions(-)