arrow 14.0.0 with new setup (more granular libraries; no more legacy outputs)#1201
arrow 14.0.0 with new setup (more granular libraries; no more legacy outputs)#1201github-actions[bot] merged 16 commits intoconda-forge:mainfrom
Conversation
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( I do have some suggestions for making it better though... For recipe:
|
3685764 to
efb4224
Compare
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
6170f32 to
6173572
Compare
9a36abb to
74cecc8
Compare
xhochy
left a comment
There was a problem hiding this comment.
There are probably ways to speed up the build a bit but from the content-perspective, this PR looks good to me.
Reduce libarrow to its core components, and distinguish:
libarrow-{acero,dataset,flight,flight-sql,gandiva,substrait}
libparquet
Introduce libarrow-all to represent "all of libarrow",
and build pyarrow on top
Co-Authored-By: H. Vetinari <h.vetinari@gmx.com>
This reverts commit 1a627c0.
This reverts commit ea92639.
…nda-forge-pinning 2023.11.07.08.59.34
|
Thanks for the review! :) |
|
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was passing and merged! Have a great day! |
|
@h-vetinari thanks a lot for finishing this splitting! Based on a quick test, this seems to be working fine As a follow-up, should we add a |
|
I was planning on trying to work on this during the next couple of weeks now that this has been merged and I have released 14.0.1. |
Based on discussion in apache/arrow#38536 and the work towards that which went into arrow 14 already, I think we should definitely try!
Great! |
Combines #1170 with a slimmed-down version of #1175
Closes #1035
Closes #1170
Closes #1175
Closes #1218