Skip to content

Commit

Permalink
Remove trailing slash
Browse files Browse the repository at this point in the history
  • Loading branch information
raunakab committed Dec 17, 2024
1 parent 92f227c commit 5b5a9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmarking/tpcds/ray_entrypoint.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def register_catalog(scale_factor: int) -> SQLCatalog:
return SQLCatalog(
tables={
table: daft.read_parquet(
f"s3://eventual-dev-benchmarking-fixtures/uncompressed/tpcds-dbgen/{scale_factor}/{table}.parquet/"
f"s3://eventual-dev-benchmarking-fixtures/uncompressed/tpcds-dbgen/{scale_factor}/{table}.parquet"
)
for table in TABLE_NAMES
}
Expand Down

0 comments on commit 5b5a9f9

Please sign in to comment.