[arrow] branch master updated (e36fad8 -> a75e645)

2020-03-12 Thread kou
This is an automated email from the ASF dual-hosted git repository.

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


from e36fad8  ARROW-8107: [Packaging][APT] Use HTTPS for LLVM APT 
repository for Debian GNU/Linux stretch
 add a75e645  ARROW-8109: [Packaging][APT] Drop support for Ubuntu Disco

No new revisions were added by this update.

Summary of changes:
 dev/release/binary-task.rb |   1 -
 dev/release/verify-release-candidate.sh|   3 -
 .../apt/ubuntu-disco/Dockerfile|  34 --
 .../apache-arrow/apt/ubuntu-disco-arm64/from   |  18 ---
 .../apache-arrow/apt/ubuntu-disco/Dockerfile   |  72 
 .../apt/ubuntu-disco/qemu-dummy-static |  33 --
 dev/tasks/linux-packages/package-task.rb   |   4 +-
 dev/tasks/tasks.yml| 121 -
 8 files changed, 2 insertions(+), 284 deletions(-)
 delete mode 100644 
dev/tasks/linux-packages/apache-arrow-archive-keyring/apt/ubuntu-disco/Dockerfile
 delete mode 100644 
dev/tasks/linux-packages/apache-arrow/apt/ubuntu-disco-arm64/from
 delete mode 100644 
dev/tasks/linux-packages/apache-arrow/apt/ubuntu-disco/Dockerfile
 delete mode 100755 
dev/tasks/linux-packages/apache-arrow/apt/ubuntu-disco/qemu-dummy-static



[arrow] branch master updated (dba6f34 -> e36fad8)

2020-03-12 Thread kou
This is an automated email from the ASF dual-hosted git repository.

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


from dba6f34  ARROW-7864: [R] Make sure bundled installation works even if 
there are system packages
 add e36fad8  ARROW-8107: [Packaging][APT] Use HTTPS for LLVM APT 
repository for Debian GNU/Linux stretch

No new revisions were added by this update.

Summary of changes:
 dev/tasks/linux-packages/apache-arrow/apt/debian-stretch/Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)



[arrow] branch master updated (ca369a3 -> dba6f34)

2020-03-12 Thread kou
This is an automated email from the ASF dual-hosted git repository.

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


from ca369a3  ARROW-8104: [C++] Don't install bundled Thrift
 add dba6f34  ARROW-7864: [R] Make sure bundled installation works even if 
there are system packages

No new revisions were added by this update.

Summary of changes:
 r/configure | 27 +++
 1 file changed, 19 insertions(+), 8 deletions(-)



[arrow] branch master updated (918b13a -> ca369a3)

2020-03-12 Thread kou
This is an automated email from the ASF dual-hosted git repository.

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


from 918b13a  PARQUET-1813: [C++] Remove debug print statement from 
parquet-arrow-schema-test
 add ca369a3  ARROW-8104: [C++] Don't install bundled Thrift

No new revisions were added by this update.

Summary of changes:
 cpp/cmake_modules/ThirdpartyToolchain.cmake | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[arrow] branch master updated (5f016e5 -> 918b13a)

2020-03-12 Thread kou
This is an automated email from the ASF dual-hosted git repository.

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


from 5f016e5  ARROW-1560: [C++] Kernel implementations for "match" function
 add 918b13a  PARQUET-1813: [C++] Remove debug print statement from 
parquet-arrow-schema-test

No new revisions were added by this update.

Summary of changes:
 cpp/src/parquet/arrow/arrow_schema_test.cc | 1 -
 1 file changed, 1 deletion(-)



[arrow] branch master updated (f911cf2 -> 5f016e5)

2020-03-12 Thread bkietz
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 f911cf2  ARROW-8091: [CI][Crossbow] Fix nightly homebrew and R failures
 add 5f016e5  ARROW-1560: [C++] Kernel implementations for "match" function

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt  |   1 +
 cpp/src/arrow/array/dict_internal.h   |   2 +
 cpp/src/arrow/compute/kernels/CMakeLists.txt  |   1 +
 cpp/src/arrow/compute/kernels/match.cc| 281 
 cpp/src/arrow/compute/kernels/{isin.h => match.h} |  22 +-
 cpp/src/arrow/compute/kernels/match_test.cc   | 389 ++
 6 files changed, 689 insertions(+), 7 deletions(-)
 create mode 100644 cpp/src/arrow/compute/kernels/match.cc
 copy cpp/src/arrow/compute/kernels/{isin.h => match.h} (62%)
 create mode 100644 cpp/src/arrow/compute/kernels/match_test.cc



[arrow] branch master updated (2849b64 -> f911cf2)

2020-03-12 Thread npr
This is an automated email from the ASF dual-hosted git repository.

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


from 2849b64  ARROW-7985: [C++] Fix builder capacity check
 add f911cf2  ARROW-8091: [CI][Crossbow] Fix nightly homebrew and R failures

No new revisions were added by this update.

Summary of changes:
 dev/release/00-prepare-test.rb   | 16 
 dev/release/post-03-website.sh   |  6 +++---
 dev/tasks/homebrew-formulae/apache-arrow.rb  |  2 +-
 dev/tasks/homebrew-formulae/autobrew/apache-arrow.rb |  2 +-
 dev/tasks/linux-packages/apache-arrow/Rakefile   |  2 +-
 r/inst/build_arrow_static.sh |  5 -
 6 files changed, 14 insertions(+), 19 deletions(-)



[arrow] branch master updated (590a168 -> 2849b64)

2020-03-12 Thread bkietz
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 590a168  ARROW-7865: [R] Test builds on latest Linux versions
 add 2849b64  ARROW-7985: [C++] Fix builder capacity check

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/builder_adaptive.cc  |  2 +-
 cpp/src/arrow/array/builder_base.cc  |  2 +-
 cpp/src/arrow/array/builder_base.h   | 13 -
 cpp/src/arrow/array/builder_binary.cc|  2 +-
 cpp/src/arrow/array/builder_binary.h |  2 +-
 cpp/src/arrow/array/builder_dict.h   |  4 ++--
 cpp/src/arrow/array/builder_nested.cc|  2 +-
 cpp/src/arrow/array/builder_nested.h |  4 ++--
 cpp/src/arrow/array/builder_primitive.cc |  2 +-
 cpp/src/arrow/array/builder_primitive.h  |  2 +-
 cpp/src/arrow/array_list_test.cc | 23 +++
 cpp/src/arrow/array_test.cc  | 14 +++---
 12 files changed, 53 insertions(+), 19 deletions(-)



[arrow] branch master updated (b641fe4 -> 590a168)

2020-03-12 Thread npr
This is an automated email from the ASF dual-hosted git repository.

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


from b641fe4  ARROW-7680: [C++] Fix dataset.factory(...) with Windows paths
 add 590a168  ARROW-7865: [R] Test builds on latest Linux versions

No new revisions were added by this update.

Summary of changes:
 dev/tasks/tasks.yml | 14 ++
 r/tools/linuxlibs.R | 26 +-
 2 files changed, 31 insertions(+), 9 deletions(-)



[arrow] branch master updated (8d967d0 -> b641fe4)

2020-03-12 Thread bkietz
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 8d967d0  ARROW-8097: [Dev] Comment bot's crossbow command acts on the 
master branch
 add b641fe4  ARROW-7680: [C++] Fix dataset.factory(...) with Windows paths

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_fs.pyx   |  4 +++
 python/pyarrow/dataset.py| 58 +++-
 python/pyarrow/tests/test_dataset.py |  2 --
 3 files changed, 34 insertions(+), 30 deletions(-)



[arrow] branch master updated (6a6414e -> 8d967d0)

2020-03-12 Thread kszucs
This is an automated email from the ASF dual-hosted git repository.

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


from 6a6414e  ARROW-5265: [Python][CI] Add integration test with kartothek
 add 8d967d0  ARROW-8097: [Dev] Comment bot's crossbow command acts on the 
master branch

No new revisions were added by this update.

Summary of changes:
 .github/workflows/comment_bot.yml |  9 ++---
 dev/archery/archery/bot.py| 31 +++
 2 files changed, 25 insertions(+), 15 deletions(-)



[arrow] branch master updated (7fede00 -> 6a6414e)

2020-03-12 Thread kszucs
This is an automated email from the ASF dual-hosted git repository.

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


from 7fede00  ARROW-8064: [Dev] Implement Comment bot via Github actions
 add 6a6414e  ARROW-5265: [Python][CI] Add integration test with kartothek

No new revisions were added by this update.

Summary of changes:
 .env   |  1 +
 .github/workflows/python_cron.yml  |  6 
 Makefile.docker|  2 +-
 ...ockerfile => conda-python-kartothek.dockerfile} | 23 +++
 .../{install_turbodbc.sh => install_kartothek.sh}  | 16 ++
 .../scripts/integration_kartothek.sh   | 16 ++
 dev/tasks/tasks.yml| 34 ++
 docker-compose.yml | 32 +++-
 8 files changed, 110 insertions(+), 20 deletions(-)
 copy ci/docker/{conda-python-jpype.dockerfile => 
conda-python-kartothek.dockerfile} (66%)
 copy ci/scripts/{install_turbodbc.sh => install_kartothek.sh} (74%)
 copy js/npm-release.sh => ci/scripts/integration_kartothek.sh (76%)



[arrow] branch master updated (29e1e47 -> 7fede00)

2020-03-12 Thread kszucs
This is an automated email from the ASF dual-hosted git repository.

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


from 29e1e47  ARROW-8036: [C++] Avoid gtest 1.10 deprecation warnings
 add 7fede00  ARROW-8064: [Dev] Implement Comment bot via Github actions

No new revisions were added by this update.

Summary of changes:
 .dockerignore  |   1 +
 .../workflows/archery.yml  |  53 ++-
 .github/workflows/comment_bot.yml  |  62 +++
 LICENSE.txt|  30 ++
 ...conda_env_gandiva.yml => conda_env_archery.yml} |   6 +-
 ci/docker/conda-integration.dockerfile |   2 +
 ci/docker/linux-apt-lint.dockerfile|   8 +-
 dev/archery/archery/bot.py | 286 +
 dev/archery/archery/cli.py |  16 +
 dev/archery/archery/lang/python.py |   1 -
 .../archery-benchmark-diff-empty-lines.jsonl   |   6 +
 .../tests/fixtures/archery-benchmark-diff.jsonl|   4 +
 .../archery/tests/fixtures/crossbow-job.yaml   |  51 +++
 .../tests/fixtures/crossbow-success-message.md |  10 +
 .../event-issue-comment-build-command.json | 212 ++
 ...event-issue-comment-by-non-authorized-user.json | 212 ++
 .../fixtures/event-issue-comment-by-ursabot.json   | 212 ++
 ...event-issue-comment-not-mentioning-ursabot.json | 212 ++
 .../event-issue-comment-with-empty-command.json| 217 ++
 .../event-issue-comment-without-pull-request.json  | 206 ++
 .../tests/fixtures/event-pull-request-opened.json  | 445 +
 dev/archery/archery/tests/fixtures/issue-19.json   |  64 +++
 dev/archery/archery/tests/fixtures/issue-26.json   |  70 
 .../tests/fixtures/issue-comment-480243811.json|  31 ++
 .../tests/fixtures/issue-comment-480248726.json|  31 ++
 .../tests/fixtures/pull-request-26-commit.json | 158 
 .../tests/fixtures/pull-request-26-files.json  | 170 
 .../archery/tests/fixtures/pull-request-26.json| 329 +++
 dev/archery/archery/tests/test_bot.py  | 242 +++
 .../archery/archery/utils/crossbow.py  |  11 +-
 dev/archery/requirements-lint.txt  |   2 +
 dev/archery/requirements.txt   |   3 +
 dev/archery/setup.py   |   2 +-
 dev/release/rat_exclude_files.txt  |   2 +
 34 files changed,  insertions(+), 34 deletions(-)
 copy ruby/red-arrow/lib/arrow/field-containable.rb => 
.github/workflows/archery.yml (53%)
 create mode 100644 .github/workflows/comment_bot.yml
 copy ci/{conda_env_gandiva.yml => conda_env_archery.yml} (96%)
 create mode 100644 dev/archery/archery/bot.py
 create mode 100644 
dev/archery/archery/tests/fixtures/archery-benchmark-diff-empty-lines.jsonl
 create mode 100644 
dev/archery/archery/tests/fixtures/archery-benchmark-diff.jsonl
 create mode 100644 dev/archery/archery/tests/fixtures/crossbow-job.yaml
 create mode 100644 
dev/archery/archery/tests/fixtures/crossbow-success-message.md
 create mode 100644 
dev/archery/archery/tests/fixtures/event-issue-comment-build-command.json
 create mode 100644 
dev/archery/archery/tests/fixtures/event-issue-comment-by-non-authorized-user.json
 create mode 100644 
dev/archery/archery/tests/fixtures/event-issue-comment-by-ursabot.json
 create mode 100644 
dev/archery/archery/tests/fixtures/event-issue-comment-not-mentioning-ursabot.json
 create mode 100644 
dev/archery/archery/tests/fixtures/event-issue-comment-with-empty-command.json
 create mode 100644 
dev/archery/archery/tests/fixtures/event-issue-comment-without-pull-request.json
 create mode 100644 
dev/archery/archery/tests/fixtures/event-pull-request-opened.json
 create mode 100644 dev/archery/archery/tests/fixtures/issue-19.json
 create mode 100644 dev/archery/archery/tests/fixtures/issue-26.json
 create mode 100644 
dev/archery/archery/tests/fixtures/issue-comment-480243811.json
 create mode 100644 
dev/archery/archery/tests/fixtures/issue-comment-480248726.json
 create mode 100644 
dev/archery/archery/tests/fixtures/pull-request-26-commit.json
 create mode 100644 
dev/archery/archery/tests/fixtures/pull-request-26-files.json
 create mode 100644 dev/archery/archery/tests/fixtures/pull-request-26.json
 create mode 100644 dev/archery/archery/tests/test_bot.py
 copy ci/scripts/csharp_test.sh => dev/archery/archery/utils/crossbow.py (80%)
 mode change 100755 => 100644
 create mode 100644 dev/archery/requirements-lint.txt
 create mode 100644 dev/archery/requirements.txt



[arrow] branch master updated (f9ce855 -> 29e1e47)

2020-03-12 Thread apitrou
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 f9ce855  ARROW-7802: [C++][Python]  Support LargeBinary and 
LargeString in the hash kernel
 add 29e1e47  ARROW-8036: [C++] Avoid gtest 1.10 deprecation warnings

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/concatenate_test.cc|   2 +-
 cpp/src/arrow/array/diff_test.cc   |   2 +-
 cpp/src/arrow/array_binary_test.cc |   6 +-
 cpp/src/arrow/array_dict_test.cc   |   2 +-
 cpp/src/arrow/array_list_test.cc   |   2 +-
 cpp/src/arrow/array_test.cc|   4 +-
 cpp/src/arrow/buffer_test.cc   |   4 +-
 cpp/src/arrow/compute/kernels/add-test.cc  |   4 +-
 cpp/src/arrow/compute/kernels/aggregate_test.cc|  16 +-
 cpp/src/arrow/compute/kernels/cast_test.cc |   4 +-
 cpp/src/arrow/compute/kernels/compare_test.cc  |   4 +-
 cpp/src/arrow/compute/kernels/filter_test.cc   |   4 +-
 cpp/src/arrow/compute/kernels/hash_test.cc |   4 +-
 cpp/src/arrow/compute/kernels/isin_test.cc |   4 +-
 .../arrow/compute/kernels/nth_to_indices_test.cc   |   8 +-
 .../arrow/compute/kernels/sort_to_indices_test.cc  |  16 +-
 cpp/src/arrow/compute/kernels/take_test.cc |   4 +-
 cpp/src/arrow/csv/chunker_test.cc  |   4 +-
 cpp/src/arrow/csv/converter_test.cc|   2 +-
 cpp/src/arrow/filesystem/localfs_test.cc   |   4 +-
 cpp/src/arrow/io/compressed_test.cc|  24 +--
 cpp/src/arrow/ipc/feather_test.cc  |   8 +-
 cpp/src/arrow/ipc/json_simple_test.cc  |  24 +--
 cpp/src/arrow/ipc/json_test.cc |   2 +-
 cpp/src/arrow/ipc/read_write_test.cc   |  32 +--
 cpp/src/arrow/json/chunker_test.cc |   4 +-
 cpp/src/arrow/json/parser_test.cc  |   8 +-
 cpp/src/arrow/json/reader_test.cc  |   2 +-
 cpp/src/arrow/memory_pool_test.cc  |  12 +-
 cpp/src/arrow/result_test.cc   |   4 +-
 cpp/src/arrow/scalar_test.cc   |   2 +-
 cpp/src/arrow/sparse_tensor_test.cc| 238 -
 cpp/src/arrow/tensor_test.cc   |   8 +-
 .../public_api_test.cc => testing/gtest_compat.h}  |  15 +-
 cpp/src/arrow/testing/gtest_util.h |   1 +
 cpp/src/arrow/util/bit_util_test.cc|   4 +-
 cpp/src/arrow/util/compression_test.cc |  12 +-
 cpp/src/arrow/util/decimal_test.cc |  56 ++---
 cpp/src/arrow/util/future_test.cc  |   4 +-
 cpp/src/parquet/arrow/arrow_reader_writer_test.cc  |  12 +-
 cpp/src/parquet/column_scanner_test.cc |   4 +-
 cpp/src/parquet/column_writer_test.cc  |   2 +-
 cpp/src/parquet/encoding_test.cc   |   8 +-
 .../parquet/encryption_read_configurations_test.cc |   4 +-
 cpp/src/parquet/file_serialize_test.cc |   4 +-
 cpp/src/parquet/statistics_test.cc |   6 +-
 46 files changed, 318 insertions(+), 282 deletions(-)
 copy cpp/src/arrow/{dbi/hiveserver2/public_api_test.cc => 
testing/gtest_compat.h} (71%)



[arrow] branch master updated (1270034 -> f9ce855)

2020-03-12 Thread apitrou
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 1270034  ARROW-7951: [Python] Expose BYTE_STREAM_SPLIT in pyarrow
 add f9ce855  ARROW-7802: [C++][Python]  Support LargeBinary and 
LargeString in the hash kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/array/dict_internal.h|  7 ++-
 cpp/src/arrow/compute/kernels/hash.cc  |  2 +
 cpp/src/arrow/compute/kernels/hash_test.cc | 98 +-
 cpp/src/arrow/util/hashing.h   | 46 --
 cpp/src/arrow/util/hashing_test.cc |  4 +-
 cpp/src/parquet/encoding.cc|  4 +-
 python/pyarrow/array.pxi   | 15 +
 python/pyarrow/includes/libarrow.pxd   |  3 +
 python/pyarrow/table.pxi   | 15 +
 python/pyarrow/tests/test_array.py | 39 +++-
 10 files changed, 163 insertions(+), 70 deletions(-)



[arrow] branch master updated (b314276 -> 1270034)

2020-03-12 Thread apitrou
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 b314276  ARROW-7587: [C++][Compute] Implement nth_to_indices kernel
 add 1270034  ARROW-7951: [Python] Expose BYTE_STREAM_SPLIT in pyarrow

No new revisions were added by this update.

Summary of changes:
 python/pyarrow/_parquet.pxd  |  5 +
 python/pyarrow/_parquet.pyx  | 16 +++-
 python/pyarrow/parquet.py| 12 +++-
 python/pyarrow/tests/test_parquet.py | 37 
 4 files changed, 68 insertions(+), 2 deletions(-)



[arrow] branch master updated (e28c5fa -> b314276)

2020-03-12 Thread apitrou
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 e28c5fa  ARROW-7419: [Python] Support SparseCSCMatrix
 add b314276  ARROW-7587: [C++][Compute] Implement nth_to_indices kernel

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/CMakeLists.txt   |   1 +
 cpp/src/arrow/compute/api.h|   1 +
 cpp/src/arrow/compute/kernels/CMakeLists.txt   |   1 +
 cpp/src/arrow/compute/kernels/nth_to_indices.cc| 140 
 .../{sort_to_indices.h => nth_to_indices.h}|  24 +--
 .../arrow/compute/kernels/nth_to_indices_test.cc   | 185 +
 6 files changed, 341 insertions(+), 11 deletions(-)
 create mode 100644 cpp/src/arrow/compute/kernels/nth_to_indices.cc
 copy cpp/src/arrow/compute/kernels/{sort_to_indices.h => nth_to_indices.h} 
(59%)
 create mode 100644 cpp/src/arrow/compute/kernels/nth_to_indices_test.cc



[arrow] branch master updated (f60c0b1 -> e28c5fa)

2020-03-12 Thread apitrou
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 f60c0b1  ARROW-8083: [GLib] Add support for Peek() to GIOInputStream
 add e28c5fa  ARROW-7419: [Python] Support SparseCSCMatrix

No new revisions were added by this update.

Summary of changes:
 cpp/src/arrow/ipc/reader.cc|  17 ++-
 cpp/src/arrow/python/deserialize.cc|   8 ++
 cpp/src/arrow/python/deserialize.h |  10 +-
 cpp/src/arrow/python/numpy_convert.cc  |  76 +---
 cpp/src/arrow/python/numpy_convert.h   |  17 +++
 cpp/src/arrow/python/pyarrow.cc|  18 +++
 cpp/src/arrow/python/pyarrow.h |   6 +
 cpp/src/arrow/python/pyarrow_api.h |   9 ++
 cpp/src/arrow/python/pyarrow_lib.h |   2 +
 cpp/src/arrow/python/serialize.cc  |  25 +++-
 cpp/src/arrow/python/serialize.h   |   1 +
 docs/source/python/extending.rst   |  21 
 python/pyarrow/__init__.pxd|   6 +-
 python/pyarrow/__init__.py |   2 +-
 python/pyarrow/includes/libarrow.pxd   |  31 +
 python/pyarrow/lib.pxd |  15 +++
 python/pyarrow/public-api.pxi  |  26 +++-
 python/pyarrow/serialization.pxi   |   1 +
 python/pyarrow/serialization.py|  16 ++-
 python/pyarrow/tensor.pxi  | 184 -
 python/pyarrow/tests/test_serialization.py |  71 ++-
 python/pyarrow/tests/test_sparse_tensor.py |   3 +
 22 files changed, 533 insertions(+), 32 deletions(-)



[arrow] branch master updated (52fb3c6 -> f60c0b1)

2020-03-12 Thread shiro
This is an automated email from the ASF dual-hosted git repository.

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


from 52fb3c6  ARROW-7675: [R][CI] Move Windows CI from Appveyor to GHA
 add f60c0b1  ARROW-8083: [GLib] Add support for Peek() to GIOInputStream

No new revisions were added by this update.

Summary of changes:
 c_glib/arrow-glib/input-stream.cpp   | 31 +++
 c_glib/test/test-gio-input-stream.rb |  9 +
 2 files changed, 40 insertions(+)