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 19a3bb0d264 Remove internal buffering from AsyncArrowWriter (#5484)
(#5485)
add ad3b4c92508 Add DataType::ListView and DataType::LargeListView (#5493)
No new revisions were added by this update.
Summary of changes:
arrow-data/src/data.rs | 11 +++++++++++
arrow-data/src/equal/mod.rs | 3 +++
arrow-data/src/transform/mod.rs | 9 +++++++++
arrow-integration-test/src/datatype.rs | 3 +++
arrow-ipc/src/convert.rs | 1 +
arrow-schema/src/datatype.rs | 26 +++++++++++++++++++++++++-
arrow-schema/src/field.rs | 2 ++
parquet/src/arrow/schema/mod.rs | 1 +
8 files changed, 55 insertions(+), 1 deletion(-)