Skip to content

Conversation

@regro-cf-autotick-bot
Copy link
Contributor

It is very likely that the current package version for this feedstock is out of date.

Checklist before merging this PR:

  • Dependencies have been updated if changed: see upstream
  • Tests have passed
  • Updated license if changed and license_file is packaged

Information about this PR:

  1. Feel free to push to the bot's branch to update this PR if needed.
  2. The bot will almost always only open one PR per version.
  3. The bot will stop issuing PRs if more than 3 version bump PRs generated by the bot are open. If you don't want to package a particular version please close the PR.
  4. If you want these PRs to be merged automatically, make an issue with @conda-forge-admin,please add bot automerge in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.
  5. If this PR was opened in error or needs to be updated please add the bot-rerun label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase @conda-forge-admin, please rerun bot in a PR comment to have the conda-forge-admin add it for you.

Pending Dependency Version Updates

Here is a list of all the pending dependency version updates for this repo. Please double check all dependencies before merging.

Name Upstream Version Current Version
azure-core-cpp 12.12.0 Anaconda-Server Badge
azure-identity-cpp 12.13.0 Anaconda-Server Badge
azure-storage-files-datalake-cpp 12.13.0 Anaconda-Server Badge

This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/cf-scripts/actions/runs/16342446317 - please use this URL for debugging.

@conda-forge-admin
Copy link
Contributor

conda-forge-admin commented Jul 17, 2025

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 (recipe/meta.yaml) and found it was in an excellent condition.

I do have some suggestions for making it better though...

For recipe/meta.yaml:

  • ℹ️ The recipe is not parsable by parser conda-souschef (grayskull). This parser is not currently used by conda-forge, but may be in the future. We are collecting information to see which recipes are compatible with grayskull.
  • ℹ️ The recipe is not parsable by parser conda-recipe-manager. The recipe can only be automatically migrated to the new v1 format if it is parseable by conda-recipe-manager.

This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/16488307672. Examine the logs at this URL for more detail.

@h-vetinari h-vetinari marked this pull request as draft July 18, 2025 13:54
@amoeba
Copy link

amoeba commented Jul 19, 2025

The failure here looks related to apache/arrow#45859:

2025-07-17T10:56:30.3038349Z $SRC_DIR/cpp/src/arrow/util/tracing_internal.cc:106:8: error: 'bool arrow::internal::tracing::{anonymous}::OtlpOStreamExporter::ForceFlush(std::chrono::microseconds)' cannot be overloaded with 'bool arrow::internal::tracing::{anonymous}::OtlpOStreamExporter::ForceFlush(std::chrono::microseconds)'
2025-07-17T10:56:30.3038921Z   106 |   bool ForceFlush(std::chrono::microseconds /*timeout*/) noexcept override {
2025-07-17T10:56:30.3039194Z       |        ^~~~~~~~~~
2025-07-17T10:56:30.3039575Z $SRC_DIR/cpp/src/arrow/util/tracing_internal.cc:101:8: note: previous declaration 'bool arrow::internal::tracing::{anonymous}::OtlpOStreamExporter::ForceFlush(std::chrono::microseconds)'
2025-07-17T10:56:30.3040022Z   101 |   bool ForceFlush(std::chrono::microseconds /*timeout*/) noexcept override {
2025-07-17T10:56:30.3040276Z       |        ^~~~~~~~~~

Looks like this is picking up a newer version of otel:

2025-07-17T10:46:41.1728460Z libopentelemetry_cpp:
2025-07-17T10:46:41.1728964Z - '1.21'

@h-vetinari
Copy link
Member

Looks like this is picking up a newer version of otel:

2025-07-17T10:46:41.1728460Z libopentelemetry_cpp:
2025-07-17T10:46:41.1728964Z - '1.21'

We have no problems with that otel version for arrow v18+. In #1664, the error looked different; related to splitting of the compute library AFAIU.

@assignUser
Copy link

I think it's this PR that was only added to 21.0.0 and not present in 18.0.0. I assume the silent breaking change was reverted and that leads to this issue?

@h-vetinari
Copy link
Member

I think it's this PR that was only added to 21.0.0 and not present in 18.0.0.

We've backported that patch to v19 and v20; I had misremembered when we introduced otel support in the builds here, that was only with v19, not v18.

@h-vetinari
Copy link
Member

#1664 actually looks like it builds fine. I can update this PR if people are alright with the libarrow-compute changes there (and whether pyarrow-core should depend on it).

@amoeba
Copy link

amoeba commented Jul 21, 2025

Thanks @h-vetinari

This reverts commit 3e02608.
@raulcd
Copy link
Member

raulcd commented Jul 24, 2025

All green 🥳 ! Thanks for working on this @h-vetinari

@h-vetinari h-vetinari marked this pull request as ready for review July 24, 2025 08:34
@h-vetinari
Copy link
Member

More importantly, the end-to-end testing in #1664 is also looking alright (i.e. among other things, the MSVC update in the images happened), so this is ready to go now. :)

@h-vetinari h-vetinari merged commit 1398977 into conda-forge:main Jul 24, 2025
13 checks passed
@regro-cf-autotick-bot regro-cf-autotick-bot deleted the 21.0.0_h0f9ac5 branch July 24, 2025 08:36
@amoeba
Copy link

amoeba commented Jul 24, 2025

Thanks as always for the help @h-vetinari.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants