jychen7 opened a new issue, #5969:
URL: https://github.com/apache/arrow-datafusion/issues/5969
### Describe the bug
q32 does not work, it got killed.
```
SELECT "WatchID", "ClientIP", COUNT(*) AS c, SUM("IsRefresh"),
AVG("ResolutionWidth") FROM hits GROUP BY "WatchID", "ClientIP" ORDER BY c DESC
LIMIT 10
```
### To Reproduce
https://github.com/ClickHouse/ClickBench/tree/main/datafusion
### Expected behavior
q32 should work
ps: DuckDB takes 5.28s
### Additional context
_No response_
--
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]