You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2020/12/15 21:42:38 UTC

[arrow] branch master updated (d202f1b -> 9a3a5b8)

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.git.


    from d202f1b  ARROW-10636: [Rust][Parquet] Switch to Rust Stable by removing specialization in parquet
     add 9a3a5b8  ARROW-4804: [Rust] Parse Date32 and Date64 in CSV reader

No new revisions were added by this update.

Summary of changes:
 rust/arrow/src/csv/reader.rs           | 100 ++++++++++++++++++++++++++++++++-
 rust/arrow/src/datatypes.rs            |  40 +++++++++----
 rust/arrow/test/data/various_types.csv |  12 ++--
 3 files changed, 133 insertions(+), 19 deletions(-)