kou commented on issue #44982: URL: https://github.com/apache/arrow/issues/44982#issuecomment-2533418956
The `set(opentelemetry-cpp_SOURCE "AUTO")` problem is that `-DARROW_DEPENDENCY_SOURCE=SYSTEM` is ignored. Bundled opentelemetry-cpp may be used with `-DARROW_DEPENDENCY_SOURCE=SYSTEM`. The `ARROW_EXPORT`/`max` problems are that our OpenTelemetry integration doesn't work on Windows. It doesn't depend on bundled opentelemetry-cpp nor system opentelemetry-cpp. -- 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]
