This is an automated email from the ASF dual-hosted git repository.
alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git
from b2be7abd6 Use concat_elements_utf8 from arrow rather than custom
kernel (#3036)
add 07b7314d8 Migrate from avro_rs (0.13) to apache_avro (0.14) (#2784)
No new revisions were added by this update.
Summary of changes:
datafusion/common/Cargo.toml | 4 +-
datafusion/common/src/error.rs | 4 +-
datafusion/core/Cargo.toml | 4 +-
.../core/src/avro_to_arrow/arrow_array_reader.rs | 26 ++++----
datafusion/core/src/avro_to_arrow/mod.rs | 2 +-
datafusion/core/src/avro_to_arrow/reader.rs | 2 +-
datafusion/core/src/avro_to_arrow/schema.rs | 73 +++++++++++-----------
7 files changed, 56 insertions(+), 59 deletions(-)