You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ap...@apache.org on 2021/01/14 15:07:25 UTC

[arrow] branch master updated (1393188 -> 5147725)

This is an automated email from the ASF dual-hosted git repository.

apitrou pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.


    from 1393188  ARROW-11221: [Rust] DF Implement GROUP BY support for Float32/Float64
     add 5147725  ARROW-11247: [C++] Infer date32 columns in CSV

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/csv/column_builder_test.cc | 24 +++++++++++++++++++++---
 cpp/src/arrow/csv/inference_internal.h   |  5 +++++
 docs/source/cpp/csv.rst                  |  5 +++--
 docs/source/python/csv.rst               |  6 +++---
 python/pyarrow/tests/test_csv.py         | 30 +++++++++++++++++++++---------
 r/tests/testthat/test-csv.R              |  2 ++
 6 files changed, 55 insertions(+), 17 deletions(-)