lidavidm commented on pull request #10260: URL: https://github.com/apache/arrow/pull/10260#issuecomment-956320657
I've enabled the OTLP build, with caveats: - It will not work with bundled gRPC/Protobuf since OTel appears not to declare a dependency on gRPC from its Protobuf module. (I need to replicate and report upstream, though I'm having issues getting OTel to build in general right now.) - Even though we enable only the OTLP HTTP exporter here, we still need gRPC because the upstream build always depends on both. - I haven't actually wired up the exporter for use yet. I'll also get it building against "system" OTel next (assuming you specify it via CMAKE_PREFIX_PATH, since we don't have Conda/vcpkg/system package manager packages). -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org