fatemehp commented on PR #14545: URL: https://github.com/apache/arrow/pull/14545#issuecomment-1297666613
@pitrou, @emkornfield regarding your comments, I am running the same benchmark that is being checked in here https://github.com/apache/arrow/pull/14523. I just cleaned up the output a bit here to be more readable. What the benchmark does is it creates a few pages with 100K entries each. Then it calls Skip(100K) repeatedly. Before this change, we would read the 100K values and throw them away. With this change, we skip reading from the page. -- 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]
