debajyoti-truefoundry commented on issue #8000: URL: https://github.com/apache/arrow-rs/issues/8000#issuecomment-3195105308
> Avoiding double decoding requires buffering the results of predicate evaluation, which is exactly what @XiangpengHao has done in #7850. However, the approach in that PR requires buffering all values for predicate columns within a row group. However, according to https://github.com/apache/arrow-rs/pull/7850, if I understand the PR description correctly, we are caching the final arrow record batches. If I have page index enabled, I may not need to read the entire row group. Is my understanding correct here? -- 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]
