This is an automated email from the ASF dual-hosted git repository.
yjshen pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git.
from dbc5815 Support more ScalarFunction in Ballista (#2008)
add 8b249ae Add db benchmark script (#1928)
No new revisions were added by this update.
Summary of changes:
.../db-benchmark}/README.md | 11 +-
benchmarks/db-benchmark/db-benchmark.dockerfile | 106 +++++++++
benchmarks/db-benchmark/groupby-datafusion.py | 242 +++++++++++++++++++++
benchmarks/db-benchmark/join-datafusion.py | 175 +++++++++++++++
.../{entrypoint.sh => db-benchmark/run-bench.sh} | 7 +-
5 files changed, 534 insertions(+), 7 deletions(-)
copy {datafusion-expr => benchmarks/db-benchmark}/README.md (77%)
create mode 100644 benchmarks/db-benchmark/db-benchmark.dockerfile
create mode 100644 benchmarks/db-benchmark/groupby-datafusion.py
create mode 100755 benchmarks/db-benchmark/join-datafusion.py
copy benchmarks/{entrypoint.sh => db-benchmark/run-bench.sh} (85%)
mode change 100755 => 100644