Skip to content

Commit

Permalink
fix cluster name
Browse files Browse the repository at this point in the history
  • Loading branch information
fjetter committed Apr 25, 2024
1 parent e5c9ef4 commit f003af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tpch/test_pyspark.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def enable_shuffle_option():
@pytest.fixture(scope="module")
def cluster_name(module, scale, name, enable_shuffle_option):
if enable_shuffle_option:
return f"tpch-{module}.tuned-{scale}-{name}"
return f"tpch-{module}tuned-{scale}-{name}"
else:
return f"tpch-{module}-{scale}-{name}"

Expand Down

0 comments on commit f003af0

Please sign in to comment.