From fd66483823bc5e92915be37cc82e68dd1428f980 Mon Sep 17 00:00:00 2001 From: Raunak Bhagat Date: Sun, 15 Dec 2024 15:55:52 -0800 Subject: [PATCH] Printout --- benchmarking/tpcds/ray_entrypoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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():