raulcd opened a new pull request, #49494: URL: https://github.com/apache/arrow/pull/49494
### Rationale for this change OpenTelemetry can be enabled when building Python. It is currently missing from the `CMakePresets.json` ### What changes are included in this PR? Add a `features-opentelemetry` which is added as part of `features-python-maximal`. This one is used for `ninja-debug-maximal` or other maximal features. ### Are these changes tested? I tested locally with `ninja-debug-maximal` and validated that OpenTelemetry was enabled. I don't think we test our presets on CI (at least I haven't been able to find any `--preset ` presence) ### Are there any user-facing changes? If a user is building using presets, now OpenTelemetry will be built, as expected. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
