This is an automated email from the ASF dual-hosted git repository.
pcmoritz pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git.
from 2bf344a ARROW-6963: [Packaging][Wheel][OSX] Use crossbow's command to
deploy artifacts from travis builds
add 61a1c12 ARROW-6907: [Plasma] Allow Plasma to send batched
notifications.
No new revisions were added by this update.
Summary of changes:
cpp/src/plasma/client.cc | 85 +++++++++++++++++---------
cpp/src/plasma/client.h | 5 +-
cpp/src/plasma/plasma.cc | 18 ++++++
cpp/src/plasma/plasma.fbs | 4 ++
cpp/src/plasma/plasma.h | 4 ++
cpp/src/plasma/plasma_generated.h | 93 ++++++++++++++++++++++++++++
cpp/src/plasma/protocol.cc | 20 +++---
cpp/src/plasma/protocol.h | 17 +++++-
cpp/src/plasma/store.cc | 97 ++++++++++++++++++------------
cpp/src/plasma/store.h | 12 ++--
cpp/src/plasma/test/client_tests.cc | 38 ++++++++++++
cpp/src/plasma/test/serialization_tests.cc | 11 ++--
python/pyarrow/_plasma.pyx | 40 ++++++------
python/pyarrow/tests/test_plasma.py | 10 +--
14 files changed, 344 insertions(+), 110 deletions(-)