-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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-cpp: 0.14.1 -> 0.15.0 #70584
arrow-cpp: 0.14.1 -> 0.15.0 #70584
Conversation
@GrahamcOfBorg build arrow-cpp python27Packages.pyarrow python37Packages.pyarrow |
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.
regression in the pythonPackages.awkward package
[7 built (3 failed), 5 copied (4.2 MiB), 0.6 MiB DL]
error: build of '/nix/store/vlwq8acx8pmcjfih9shlgmqyc675dgkn-env.drv' failed
https://github.com/NixOS/nixpkgs/pull/70584
7 package failed to build:
python27Packages.awkward python27Packages.uproot python27Packages.uproot-methods python37Packages.awkward python37Packages.ibis-framework python37Packages.uproot python37Packages.uproot-methods
5 package were build:
arrow-cpp python27Packages.google_cloud_bigquery python27Packages.pyarrow python37Packages.google_cloud_bigquery python37Packages.pyarrow
@GrahamcOfBorg build arrow-cpp python27Packages.pyarrow python37Packages.pyarrow (Issue with awkward array still needs to be resolved) |
Thanks for catching that, I'll have a look. |
Created an issue upstream: scikit-hep/awkward-0.x#203. |
I'm not convinced that disabling the tests is the right answer, sure the package builds now, but it might indicate that the package is now in an invalid state (can't actually use it) |
We might want to wait for the awkward package to support arrow~=0.15.0 |
Consider the proposed fix in scikit-hep/awkward-0.x#204. |
could be a while depending on how the code is structured, and what assumptions were made about the arrow runtime |
@GrahamcOfBorg build arrow-cpp python27Packages.pyarrow python37Packages.pyarrow |
https://github.com/scikit-hep/awkward-array/releases/tag/0.12.13 containing a fix was already released a couple hours ago. Should I bump the pkg up and drop the commit that disables that one test? |
I would do the bump as part of this PR |
you will need to rebase on top of currrent master |
This also enables building the plasma module.
@GrahamcOfBorg build arrow-cpp python27Packages.pyarrow python37Packages.pyarrow |
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.
Passes nix-review on x86_64-linux
1 package failed to build:
python37Packages.ibis-framework
11 package were build:
arrow-cpp python27Packages.awkward python27Packages.google_cloud_bigquery python27Packages.pyarrow python27Packages.uproot python27Packages.uproot-methods python37Packages.awkward python37Packages.google_cloud_bigquery python37Packages.pyarrow python37Packages.uproot python37Packages.uproot-methods
Release page: https://arrow.apache.org/release/0.15.0.html
Blog post: https://arrow.apache.org/blog/2019/10/06/0.15.0-release/
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nix-review --run "nix-review wip"
./result/bin/
)nix path-info -S
before and after)Notify maintainers
cc @veprbl