You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by tu...@apache.org on 2022/11/30 20:24:58 UTC

[arrow-rs] branch master updated (6bd559f10 -> 9538c265b)

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