[PR] support run mutiple queries in TPC-H benchmark [datafusion-ray]

2025-03-15 Thread via GitHub
zhangx opened a new pull request, #82: URL: https://github.com/apache/datafusion-ray/pull/82 **Changes** - Support run mutiple queries in tpcbench.py for both Datafusion on Ray and Datafusion without Ray, so we can run all queries in tpch q15. - Add --query argument for tpcbench.p

Re: [PR] support run mutiple queries in TPC-H benchmark [datafusion-ray]

2025-03-11 Thread via GitHub
zhangx closed pull request #82: support run mutiple queries in TPC-H benchmark URL: https://github.com/apache/datafusion-ray/pull/82 -- 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

Re: [PR] support run mutiple queries in TPC-H benchmark [datafusion-ray]

2025-03-11 Thread via GitHub
robtandy commented on PR #82: URL: https://github.com/apache/datafusion-ray/pull/82#issuecomment-2711136082 @zhangx thank you for submitting this! I submitted one at the same time with a similar fix, combined with a few other small changes that came up during benchmarking.See

Re: [PR] support run mutiple queries in TPC-H benchmark [datafusion-ray]

2025-03-10 Thread via GitHub
zhangx commented on PR #82: URL: https://github.com/apache/datafusion-ray/pull/82#issuecomment-2712446883 > @zhangx thank you for submitting this! > > I submitted one at the same time with a similar fix, combined with a few other small changes that came up during benchmarking.