* update arrow to include https://github.com/apache/arrow/pull/3392

* add appropriate includes

* update
This commit is contained in:
Philipp Moritz
2019-01-14 19:20:26 +08:00
committed by Yuhong Guo
parent 3cf59855af
commit 02bdaf221d
8 changed files with 16 additions and 5 deletions
@@ -1,5 +1,7 @@
#include "ray/object_manager/object_buffer_pool.h"
#include "arrow/util/logging.h"
namespace ray {
ObjectBufferPool::ObjectBufferPool(const std::string &store_socket_name,
@@ -5,8 +5,9 @@
#include <boost/bind.hpp>
#include <boost/function.hpp>
#include "ray/common/common_protocol.h"
#include "arrow/util/logging.h"
#include "ray/common/common_protocol.h"
#include "ray/object_manager/object_store_notification_manager.h"
#include "ray/util/util.h"
@@ -5,6 +5,8 @@
#include "gtest/gtest.h"
#include "arrow/util/logging.h"
#include "ray/object_manager/object_manager.h"
namespace ray {
@@ -3,6 +3,8 @@
#include "gtest/gtest.h"
#include "arrow/util/logging.h"
#include "ray/object_manager/object_manager.h"
namespace ray {
+2
View File
@@ -2,6 +2,8 @@
#include <fstream>
#include "arrow/util/logging.h"
#include "ray/common/common_protocol.h"
#include "ray/id.h"
#include "ray/raylet/format/node_manager_generated.h"
@@ -3,6 +3,8 @@
#include "gtest/gtest.h"
#include "arrow/util/logging.h"
#include "ray/raylet/raylet.h"
namespace ray {