Skip to content

Commit

Permalink
remove print statement
Browse files Browse the repository at this point in the history
Signed-off-by: Navin Kumar <navink@nvidia.com>
  • Loading branch information
NVnavkumar committed Mar 5, 2024
1 parent 0a3bc86 commit 41c43ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion integration_tests/src/main/python/dpp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 41c43ab

Please sign in to comment.