-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[arrow] Update to 5.0.0 #19229
[arrow] Update to 5.0.0 #19229
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a new experimental fast check for PR issues. Please let us know if this bot is helpful!
After committing all other changes, the version database must be updated
git add -u && git commit
git checkout 8dddc6c899ce6fdbeab38b525a31e7f23cb2d5bb -- versions
./vcpkg x-add-version --all
Diff
diff --git a/versions/a-/arrow.json b/versions/a-/arrow.json
index c8b33d9..64528d5 100644
--- a/versions/a-/arrow.json
+++ b/versions/a-/arrow.json
@@ -1,7 +1,7 @@
{
"versions": [
{
- "git-tree": "244420f209fd8afcc5f2fd1cc9c536060e75d63a",
+ "git-tree": "53971762b449ee0936e101ef0de0681586664045",
"version": "5.0.0",
"port-version": 0
},
The CI failure is happening because tensorflow-cc is not building. I believe this is unrelated to arrow. tensorflow-cc requires Bazel 3.99.0 or lower and this vcpkg commit on July 22 updated Bazel to 4.1.0: 16aeda9#diff-151d9ba93b4be2dfa98ec4f962bd066169262d77d1ae72b256db570329f7d898R399 I opened #19235 for this. I will add |
@GPSnoopy please let me know if you encounter any issues updating ParquetSharp to Arrow 5.0.0 |
The tensorflow failures would be fixed by PR #19165 |
@ianmcook ,Have you tested the feature locally? |
@ianmcook, all green for me: G-Research/ParquetSharp#214 |
Yes, I tested most of the non-default features locally by running both of these:
The |
The tensorflow baseline failure should have been fixed by #19165. Can we remove the baseline update? |
* Update to Arrow-5.0.0 * Review enums. Review Resharper warnings (fix memory leak in ColumPath). * Fix unit tests (schema version). * Point to arrow-5.0.0 PR merge on vcpkg master microsoft/vcpkg#19229 * Bump version to 5.0.0-beta1 * Fix format error
Updates the arrow port to version 5.0.0