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

[arrow] branch master updated (4ad01cd -> b2b549a)

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

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


    from 4ad01cd  ARROW-10578: [C++] Comparison kernels crashing for string array with null string scalar
     add b2b549a  ARROW-10955: [C++] Fix JSON reading of list(null) values

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/json/parser.cc      |  3 ++-
 cpp/src/arrow/json/parser_test.cc | 11 +++++++++++
 cpp/src/arrow/json/test_common.h  |  7 +++++++
 python/pyarrow/tests/test_json.py | 16 ++++++++++++++++
 4 files changed, 36 insertions(+), 1 deletion(-)