You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
So this issue is for making arrow compatible with an existing otel on the system (no problem if this requires a very recent version)
Component(s)
C++, Packaging
The text was updated successfully, but these errors were encountered:
Describe the enhancement requested
In #44982, I ran into some problems while trying to build arrow against a local opentelemetry on windows. Failure looks as follows
I commented that this might have something to do with
NOMINMAX
; resp. that it only happens when enabling otel-support on windows.Going back further (since I had been trying to enable otel-support for a long time), I had at some point needed the following patch
@kou said:
So this issue is for making arrow compatible with an existing otel on the system (no problem if this requires a very recent version)
Component(s)
C++, Packaging
The text was updated successfully, but these errors were encountered: