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 6f62a2c  ARROW-7003: [Rust] Generate flatbuffers files in docker build 
image
     add 86f34aa  ARROW-7004: [Plasma] Make it possible to bump up object in 
LRU cache

No new revisions were added by this update.

Summary of changes:
 cpp/src/plasma/client.cc             |  16 ++
 cpp/src/plasma/client.h              |   7 +
 cpp/src/plasma/common_generated.h    |  16 +-
 cpp/src/plasma/eviction_policy.cc    |  19 +-
 cpp/src/plasma/eviction_policy.h     |   4 +-
 cpp/src/plasma/plasma.fbs            |  17 +-
 cpp/src/plasma/plasma_generated.h    | 539 +++++++++++++++++++++++------------
 cpp/src/plasma/protocol.cc           |  36 +++
 cpp/src/plasma/protocol.h            |  11 +
 cpp/src/plasma/quota_aware_policy.cc |  10 +
 cpp/src/plasma/quota_aware_policy.h  |   1 +
 cpp/src/plasma/store.cc              |   6 +
 cpp/src/plasma/test/client_tests.cc  |  47 ++-
 13 files changed, 527 insertions(+), 202 deletions(-)

Reply via email to