matthewmturner commented on issue #147: URL: https://github.com/apache/arrow-datafusion/issues/147#issuecomment-1005146595
@realno thanks for the context. you can find the PR that i am working on here (https://github.com/h2oai/db-benchmark/pull/240) you will need to download the data (directions here https://github.com/h2oai/db-benchmark#single-solution-benchmark) and add them to a data directory in the repo. within the PR i have you will see the scripts `datafusion/groupby-datafusion.py` and `join-datafusion.py`. to run the benchmarks you can do the following (of course youll have to install datafusion with pip): groupby ``` SRC_DATANAME=G1_1e7_1e2_0_0 python datafusion/groupby-datafusion.py ``` join ``` SRC_DATANAME=J1_1e7_NA_0_0 python datafusion/join-datafusion.py ``` hope this helps! let me know if any other questions. -- 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]
