mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
Update arrow to include https://github.com/apache/arrow/pull/3392 (#3765)
* update arrow to include https://github.com/apache/arrow/pull/3392 * add appropriate includes * update
This commit is contained in:
committed by
Yuhong Guo
parent
3cf59855af
commit
02bdaf221d
@@ -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,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 {
|
||||
|
||||
Reference in New Issue
Block a user