alamb commented on PR #19562:
URL: https://github.com/apache/datafusion/pull/19562#issuecomment-3716047603

   The reason the benchmarks are failing I think is that that they have 
basically slowed down to a crawl.
   
   ```
   SELECT "WatchID", "ClientIP", COUNT(*) AS c, SUM("IsRefresh"), 
AVG("ResolutionWidth") FROM hits GROUP BY "WatchID", "ClientIP" ORDER BY c DESC 
LIMIT 10;
   
   Query 32 iteration 0 took 147686.4 ms and returned 10 rows
   ```
   
   I killed it after this
   
   Perhaps you can run the benchmarks locally 
   ```shell
   benchmarks/bench.sh data clickbench_partitioned
   benchmarks/bench.sh run clickbench_partitioned
   ```


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to