We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fbde8ca commit e45bec1Copy full SHA for e45bec1
thirdparty/scripts/build_arrow.sh
@@ -68,10 +68,10 @@ if [[ ! -d $TP_DIR/../python/ray/pyarrow_files/pyarrow || \
68
69
pushd $TP_DIR/build/arrow
70
git fetch origin master
71
- # The PR for this commit is https://github.com/apache/arrow/pull/2201. We
+ # The PR for this commit is https://github.com/apache/arrow/pull/2224. We
72
# include the link here to make it easier to find the right commit because
73
# Arrow often rewrites git history and invalidates certain commits.
74
- git checkout d5d39f770047d671e4879369dd680c69afc370c3
+ git checkout 010c87402071d715e6fd0c3d22a0b13820b9aed5
75
76
git apply $TP_DIR/scripts/arrow-zero-fill.patch
77
0 commit comments