mirror of
https://github.com/wassname/ray.git
synced 2026-07-19 11:27:32 +08:00
Port Ray to latest Arrow version (#370)
* rebase on top of latest arrow * clang-format * address comments * fix
This commit is contained in:
committed by
Robert Nishihara
parent
29c8471fd4
commit
4618fd45b1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user