diff --git a/benchmarking/tpcds/ray_entrypoint.py b/benchmarking/tpcds/ray_entrypoint.py index 4e8b4ad5f2..c711ddf670 100644 --- a/benchmarking/tpcds/ray_entrypoint.py +++ b/benchmarking/tpcds/ray_entrypoint.py @@ -42,7 +42,7 @@ def run( ) args = parser.parse_args() - d = Path("benchmarking") + d = Path("benchmarking") / "tpcds" assert d.exists() for x in d.iterdir():