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 4db8f7b ARROW-6812: [Java] Fix License header
add 0aad5a0 ARROW-6824: [Plasma] Allow creation of multiple objects
through a single IPC in Plasma Store
No new revisions were added by this update.
Summary of changes:
cpp/src/arrow/vendored/xxhash/xxhash.c | 2 +-
cpp/src/plasma/client.cc | 41 +++
cpp/src/plasma/client.h | 11 +
cpp/src/plasma/common_generated.h | 16 +-
cpp/src/plasma/plasma.fbs | 14 +
cpp/src/plasma/plasma_generated.h | 555 +++++++++++++++++++++++----------
cpp/src/plasma/protocol.cc | 75 +++++
cpp/src/plasma/protocol.h | 15 +
cpp/src/plasma/store.cc | 48 +++
cpp/src/plasma/test/client_tests.cc | 24 ++
10 files changed, 634 insertions(+), 167 deletions(-)