kou commented on PR #43619:
URL: https://github.com/apache/arrow/pull/43619#issuecomment-2276089433
Do we need this too?
```diff
diff --git a/dev/tasks/tasks.yml b/dev/tasks/tasks.yml
index 6e1f7609a9..50ef83905d 100644
--- a/dev/tasks/tasks.yml
+++ b/dev/tasks/tasks.yml
@@ -1168,16 +1168,16 @@ tasks:
flags: "-e ARROW_ENABLE_THREADING=OFF"
image: ubuntu-cpp
- test-ubuntu-20.04-cpp-thread-sanitizer:
+ test-ubuntu-24.04-cpp-thread-sanitizer:
ci: github
template: docker-tests/github.linux.yml
params:
env:
# clang-tools and llvm version need to be synchronized so as
# to have the right llvm-symbolizer version
- CLANG_TOOLS: 11
- LLVM: 11
- UBUNTU: 20.04
+ CLANG_TOOLS: 18
+ LLVM: 18
+ UBUNTU: 24.04
image: ubuntu-cpp-thread-sanitizer
test-ubuntu-20.04-cpp-minimal-with-formats:
```
--
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]