Re: [PR] tpcbench.py add --query support to run custom query [datafusion-ray]

2025-04-03 Thread via GitHub
jazracherif commented on code in PR #84: URL: https://github.com/apache/datafusion-ray/pull/84#discussion_r2027648678 ## tpch/tpcbench.py: ## @@ -186,8 +186,28 @@ def main( args = parser.parse_args() +if (args.qnum != -1 and args.query is not None): +print("

Re: [PR] tpcbench.py add --query support to run custom query [datafusion-ray]

2025-03-13 Thread via GitHub
zhangx commented on PR #84: URL: https://github.com/apache/datafusion-ray/pull/84#issuecomment-2721641655 Hi @robtandy , Would you mind reviewing this PR when you get a chance? This is the follow-up work we had discussed in #82 . Thanks for your time! -- This is an automated message f

Re: [PR] tpcbench.py add --query support to run custom query [datafusion-ray]

2025-03-11 Thread via GitHub
zhangx commented on PR #84: URL: https://github.com/apache/datafusion-ray/pull/84#issuecomment-2716330687 test in local environment ``` >> RAY_COLOR_PREFIX=1 RAY_DEDUP_LOGS=0 python tpcbench.py --data=tpch --concurrency=2 --batch-size=8182 --worker-pool-min=10 --validate --query '

[PR] tpcbench.py add --query support to run custom query [datafusion-ray]

2025-03-11 Thread via GitHub
zhangx opened a new pull request, #84: URL: https://github.com/apache/datafusion-ray/pull/84 1. add `--query` argument suport for tpcbench.py to run custom query with tpch tables. 2. fix scripts in `docs/contributing.md` -- This is an automated message from the Apache Git Service.