kou commented on a change in pull request #10260: URL: https://github.com/apache/arrow/pull/10260#discussion_r753534661
########## File path: cpp/cmake_modules/DefineOptions.cmake ########## @@ -371,6 +371,9 @@ if("${CMAKE_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_SOURCE_DIR}") define_option(ARROW_WITH_BACKTRACE "Build with backtrace support" ON) + define_option(ARROW_WITH_OPENTELEMETRY + "Build libraries with OpenTelemetry support for distributed tracing" OFF) Review comment: I see. -- 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