jychen7 commented on issue #5276: URL: https://github.com/apache/arrow-datafusion/issues/5276#issuecomment-1504099883
I just run a benchmark on datafusion v22: https://github.com/ClickHouse/ClickBench/pull/97 Glad that https://github.com/apache/arrow-datafusion/issues/5325 fix the regression on `q9` ``` SELECT "RegionID", SUM("AdvEngineID"), COUNT(*) AS c, AVG("ResolutionWidth"), COUNT(DISTINCT "UserID") FROM hits GROUP BY "RegionID" ORDER BY c DESC LIMIT 10; ``` || v11 | v18 | v22 | |-|-|-|-| |q9|5s|52s|3.5s| -- 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]
