Commits


Danyang Zhuo authored and Philipp Moritz committed 61a1c121fdb
ARROW-6907: [Plasma] Allow Plasma to send batched notifications. This PR allows Plasma store to send batched notifications. Closes #5626 from danyangz/plasma_batch_notification and squashes the following commits: a5940c11c <Philipp Moritz> linting 64549f366 <Philipp Moritz> lint ff84c299b <Philipp Moritz> fix bug 959464d57 <Philipp Moritz> fix cfb73cc54 <Philipp Moritz> update 49b034c61 <Philipp Moritz> update b7c504062 <Philipp Moritz> simplify code a bit 70fde312f <Danyang Zhuo> clang format store.h ac6e07ce5 <Danyang Zhuo> fix comments c33a8b004 <Danyang Zhuo> remove SealObject 03f470b76 <Danyang Zhuo> fix coding style and remove unnecessary memcpy 92a2ab604 <Danyang Zhuo> fix coding style 546fb30bc <Danyang Zhuo> fix comments for DecodeNotifications in the python front-end a7266594b <Danyang Zhuo> clang format 24ad10545 <Danyang Zhuo> coding style fix 6ecfcbcee <Danyang Zhuo> check return value of DecodeNotifications a2f11e71d <Danyang Zhuo> fix python front-end test c81092056 <Danyang Zhuo> expose DecodeNotifications to python front-end d8c673989 <Danyang Zhuo> remove debug printing 9979fa7d7 <Danyang Zhuo> fix batch notification test ffb270dee <Danyang Zhuo> use SealObjects in CreateAndSealBatch 79902da0a <Danyang Zhuo> add batch notification test f01ec56d9 <Danyang Zhuo> fix fb creation for PlasmaNotification 23422f8c7 <Danyang Zhuo> make it compatible with GetNotification f7298358d <Danyang Zhuo> first version of batch notification, unsure how to make it backward compatible with GetNotification Lead-authored-by: Danyang Zhuo <danyangzhuo@gmail.com> Co-authored-by: Philipp Moritz <pcmoritz@gmail.com> Signed-off-by: Philipp Moritz <pcmoritz@gmail.com>