alamb opened a new issue, #9201:
URL: https://github.com/apache/arrow-datafusion/issues/9201
### Describe the bug
When I try to generate tpch data using `bench.sh` I get the following (which
I think is likely because the image is gone)
```
creating tbl files with tpch_dbgen...
Unable to find image 'ghcr.io/databloom-ai/tpch-docker:main' locally
docker: Error response from daemon: Head
"https://ghcr.io/v2/databloom-ai/tpch-docker/manifests/main": denied.
```
### To Reproduce
```
$ rm -rf benchmarks/data/tpch
$ ./benchmarks/bench.sh data tpch
***************************
DataFusion Benchmark Runner and Data Generator
COMMAND: data
BENCHMARK: tpch
DATA_DIR: /home/alamb/arrow-datafusion4/benchmarks/data
CARGO_COMMAND: cargo run --profile release-nonlto
***************************
Creating tpch dataset at Scale Factor 1 in
/home/alamb/arrow-datafusion4/benchmarks/data/tpch_sf1...
creating tbl files with tpch_dbgen...
Unable to find image 'ghcr.io/databloom-ai/tpch-docker:main' locally
docker: Error response from daemon: Head
"https://ghcr.io/v2/databloom-ai/tpch-docker/manifests/main": denied.
See 'docker run --help'.
$
```
### Expected behavior
I would like the tpch data to be created
### Additional context
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]