friendlymatthew opened a new pull request, #9226:
URL: https://github.com/apache/arrow-rs/pull/9226
# Which issue does this PR close?
- Closes #9180
# Rationale for this change
This PR adds a fast path that detects single row group reads at construction
time and stores the constant index value directly, avoiding Hashmap allocation
and iterator overhead
For multiple row groups, the existing iterator-based approach is used
unchanged
--
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]