avantgardnerio opened a new issue, #2751: URL: https://github.com/apache/arrow-datafusion/issues/2751
**Describe the bug** PR #2741 appears to have introduced a bug in [this line](https://github.com/apache/arrow-datafusion/blob/3f4aaabc74796fe8c538981c259d79da789b96ae/benchmarks/tpch-gen.sh#L33). Because the `imagename:version` is included before the `-v` the rest of the line is interpreted as arguments to the container, instead of arguments to docker, so the volume is not mounted, and the output is lost. **To Reproduce** 1. `cd benchmarks && rm -rf data/` 2. `./tpch-gen.sh 0.1` 3. `ls -l data/` 4. Observe no files **Expected behavior** `.tbl` files have been copied into the volume on the host machine. -- 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]
