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 6bd559f10 Validate dictionaries read over IPC (#3247)
add 9538c265b Move tests which require chrono-tz feature from `arrow-cast`
to `arrow` (#3222)
No new revisions were added by this update.
Summary of changes:
arrow-cast/src/cast.rs | 329 +------------------------------------
arrow/Cargo.toml | 4 +
arrow/tests/array_cast.rs | 407 ++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 416 insertions(+), 324 deletions(-)
create mode 100644 arrow/tests/array_cast.rs