From 41c43ab4e40f4f164e39effdc858bf8eda373c73 Mon Sep 17 00:00:00 2001 From: Navin Kumar Date: Tue, 5 Mar 2024 15:02:33 -0800 Subject: [PATCH] remove print statement Signed-off-by: Navin Kumar --- integration_tests/src/main/python/dpp_test.py | 1 - 1 file changed, 1 deletion(-) diff --git a/integration_tests/src/main/python/dpp_test.py b/integration_tests/src/main/python/dpp_test.py index 47a145ab9bd..c9f0eadab1a 100644 --- a/integration_tests/src/main/python/dpp_test.py +++ b/integration_tests/src/main/python/dpp_test.py @@ -183,7 +183,6 @@ def test_dpp_reuse_broadcast_exchange(spark_tmp_table_factory, store_format, s_i create_fact_table(fact_table, store_format, length=10000) filter_val, ex_key_val = create_dim_table(dim_table, store_format, length=2000) statement = _statements[s_index].format(fact_table, dim_table, filter_val, ex_key_val) - print(filter_val, ex_key_val) if is_databricks113_or_later() and aqe_enabled == 'true': # SubqueryBroadcastExec is unoptimized in Databricks 11.3 with EXECUTOR_BROADCAST