alamb commented on code in PR #9204:
URL: https://github.com/apache/arrow-datafusion/pull/9204#discussion_r1487680337


##########
benchmarks/bench.sh:
##########
@@ -288,7 +288,7 @@ data_tpch() {
     else
         echo " Copying answers to ${TPCH_DIR}/answers"
         mkdir -p "${TPCH_DIR}/answers"
-        docker run -v "${TPCH_DIR}":/data -it --entrypoint /bin/bash --rm 
ghcr.io/databloom-ai/tpch-docker:main -c "cp -f 
/opt/tpch/2.18.0_rc2/dbgen/answers/* /data/answers/"
+        docker run -v "${TPCH_DIR}":/data -it --entrypoint /bin/bash --rm 
ghcr.io/scalytics/tpch-docker:main  -c "cp -f 
/opt/tpch/2.18.0_rc2/dbgen/answers/* /data/answers/"

Review Comment:
   That would be amazing 🙏 
   
   There appears to be one already actually, though it doesn't appear to be 
tpch: https://crates.io/crates/dbgen
   
   Although it seems like @andygrove  actually made one already: 
https://crates.io/crates/tpctools
   
   Maybe we can use that?



-- 
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]

Reply via email to