-
-
Notifications
You must be signed in to change notification settings - Fork 65
TEST: arrow v22.0.0 (end-to-end) #1664
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
base: main
Are you sure you want to change the base?
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/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/12749814205. Examine the logs at this URL for more detail. |
|
This seems deprecated (as has already been done). I am closing it, feel free to reopen if necessary. |
|
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please try to merge or rebase with the base branch to resolve this conflict. Please ping the 'conda-forge/core' team (using the |
|
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/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/16213744741. Examine the logs at this URL for more detail. |
|
arrow v20.0.0-rc0 is looking good from the POV of conda-forge! 🥳 @raulcd @kou @pitrou @jorisvandenbossche @assignUser |
|
@h-vetinari we have split I was planning to do some work there but I wanted to give you a heads up in case you start working on it |
|
Thanks for the heads-up @raulcd, feel free to either push into this PR or open a new one that adapts to the new schema. I just saw the notifications of the rc tags and decided to take them for a spin. :) |
Is it intentional that |
|
Hi! This is the friendly automated conda-forge-linting service. I was trying to look for recipes to lint for you, but it appears we have a merge conflict. Please try to merge or rebase with the base branch to resolve this conflict. Please ping the 'conda-forge/core' team (using the |
|
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/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/18916120236. Examine the logs at this URL for more detail. |
raulcd
left a comment
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.
Thanks for working on this! I was at EuroPython last week but I am back now.
libarrow-compute is required for Acero and Dataset, we should add them to their host/run dependencies too.
I am +1 on adding it to pyarrow-core, we haven't done the work for it to be an optional dependency on pyarrow yet.
|
We do have some genuine the all look like |
|
This seems related to this MSVC issue: Yes, from the logs this is using: |
e0a2502 to
48ff72b
Compare
|
The current failures seem related to the fix we had to apply to arrow-cpp, right? |
|
Yeah, CI here is outdated; I'll rebase and pick the changes from #1886 once CI there is through |
…5.10.29.16.07.29 Other tools: - conda-build 25.9.0 - rattler-build 0.48.1 - rattler-build-conda-compat 1.4.9
pyarrow-{core,all} are not allowed for this feedstock, spuriously failing CI
Some changes require testing across both libarrow and pyarrow; since we split off the pyarrow builds in a66c7c6, we'd need to publish a changed
libarrow, test the changes in pyarrow, and then potentially mark the builds as broken. In order to simplify this process, reintroduce some end-to-end testing here that can be used to do this all in one PR.Continued from #1432