mirror of
https://github.com/wassname/ray.git
synced 2026-09-10 12:38:43 +08:00
Update Arrow Package with breaking changes (#2440)
* Merge the breaking change of Arrow Package. * Fix typo * Fix lint. * put forward declarations into header * fix * add protocol.h * fix linting
This commit is contained in:
committed by
Philipp Moritz
parent
7edc677304
commit
b35ce5dbf1
Vendored
+2
-2
@@ -40,10 +40,10 @@ else
|
||||
exit 1
|
||||
fi
|
||||
|
||||
# The PR for this commit is https://github.com/apache/arrow/pull/2104. We
|
||||
# The PR for this commit is https://github.com/apache/arrow/pull/2282. We
|
||||
# include the link here to make it easier to find the right commit because
|
||||
# Arrow often rewrites git history and invalidates certain commits.
|
||||
TARGET_COMMIT_ID=cecbcf7de00d2bf255bdba97cee1d37130e5bb79
|
||||
TARGET_COMMIT_ID=35ef303ad4f5a1f7a7e156e94ef331b7f9586ca5
|
||||
build_arrow() {
|
||||
echo "building arrow"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user