From ef4b19e6270e936a19901ea8ed8e02b7342c27fc Mon Sep 17 00:00:00 2001 From: Qi Tan Date: Wed, 14 Aug 2024 17:47:56 -0700 Subject: [PATCH] Enable OpenTelemetry Profile when testing --- dev/run-tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dev/run-tests.py b/dev/run-tests.py index eb760139f9b68..bb78beb203d54 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -524,7 +524,8 @@ def main(): else: test_env = "local" - extra_profiles = get_hadoop_profiles(hadoop_version) + get_scala_profiles(scala_version) + extra_profiles = (get_hadoop_profiles(hadoop_version) + get_scala_profiles(scala_version) + + ["-Popentelemetry-reporter"]) print( "[info] Using build tool",