alamb commented on issue #4973: URL: https://github.com/apache/arrow-datafusion/issues/4973#issuecomment-1614959711
@mingmwang @Dandandan and @tustvold (and everyone else following along) here is a POC https://github.com/apache/arrow-datafusion/pull/6800 It follows similar pattern as you describe in https://github.com/apache/arrow-datafusion/issues/4973#issuecomment-1614211204 and It also makes q17 go more than 2x faster (and has no `unsafe` code or row format)! > This branch: Query 17 avg time: 766.31 ms > main: Query 17 avg time: 1789.73 ms I would feedback and thoughts on the approach -- 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]
