Commits


Benjamin Kietzman authored and GitHub committed 41309de8dd9
GH-36013: [C++] Disabling bundled OpenTelemetry with Protobuf 3.22+ (#36016) OpenTelemetry and Protobuf 3.22+ have conflicting versions of Abseil, which is causing build errors. This patch disables OpenTelemetry on macOS because Homebrew provides Protobuf 3.22+. * Closes: #36013 Authored-by: Benjamin Kietzman <bengilgit@gmail.com> Signed-off-by: Sutou Kouhei <kou@clear-code.com>