Port Ray to latest Arrow version (#370)

* rebase on top of latest arrow

* clang-format

* address comments

* fix
This commit is contained in:
Philipp Moritz
2017-03-20 16:31:46 -07:00
committed by Robert Nishihara
parent 29c8471fd4
commit 4618fd45b1
12 changed files with 148 additions and 121 deletions
+4
View File
@@ -44,7 +44,11 @@ extern "C" {
#define RAY_COMMON_LOG_LEVEL RAY_COMMON_INFO
#endif
/* Arrow defines the same macro, only define it if it has not already been
* defined. */
#ifndef UNUSED
#define UNUSED(x) ((void) (x))
#endif
/**
* Macros to enable each level of Ray logging statements depending on the