Commits


Matthias Vallentin authored and Antoine Pitrou committed b6d557df92b
ARROW-4319: [C++] [Plasma] plasma/store.h pulls in flatbuffer dependency The plasma store header leaked the flatbuffer dependency. This PR fixes this by moving the corresponding header to the implementation. Author: Matthias Vallentin <vallentin@icir.org> Closes #3454 from mavam/issue/arrow-4319 and squashes the following commits: f16403ba <Matthias Vallentin> Remove flatbuffer dependency from plasma store