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 2020/11/10 15:38:16 UTC

[arrow] branch master updated (99ab5d6 -> 26be867)

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 99ab5d6  ARROW-10345: [C++][Compute] Fix NaN handling in sorting and topn kernels
     add 26be867  PARQUET-1935: [C++] Fix bug in WriteBatchSpaced

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc | 11 +++++++++
 cpp/src/parquet/column_writer.cc                  | 21 ++++++++++++----
 cpp/src/parquet/column_writer_test.cc             | 30 +++++++++++++++++++++++
 3 files changed, 57 insertions(+), 5 deletions(-)