raulcd commented on code in PR #50650:
URL: https://github.com/apache/arrow/pull/50650#discussion_r3703008723
##########
dev/tasks/linux-packages/apache-arrow/Rakefile:
##########
@@ -98,9 +98,29 @@ class ApacheArrowPackageTask < PackageTask
control.gsub(/@CUDA_ARCHITECTURE@/, cuda_architecture)
end
+ def apt_prepare_debian_control_open_telemetry(control, target)
+ case target
+ when /\Aubuntu-(?:jammy|noble)/
Review Comment:
If I understand correctly for ubuntu-jammy/ubuntu-noble we add a comment `#`
to the control file to not use system otel nor system grpc for otel and for
debian (non-trixie) we comment the require system grpc otel. On those cases it
uses bundled, right?
##########
cpp/cmake_modules/ThirdpartyToolchain.cmake:
##########
@@ -4326,14 +4302,18 @@ function(build_azure_sdk)
set(AZURE_SDK_VENDORED
TRUE
PARENT_SCOPE)
+ list(PREPEND
Review Comment:
All the prepends are because we were overriding?
--
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]