hubgeter opened a new pull request, #7995:
URL: https://github.com/apache/geode/pull/7995
<!-- Thank you for submitting a contribution to Apache Geode. -->
<!-- In order to streamline review of your contribution we ask that you
ensure you've taken the following steps. -->
### For all changes, please confirm:
- [ ] Is there a JIRA ticket associated with this PR? Is it referenced in
the commit message?
no jira account.
Support descending range iteration in MapIndexStore
Add descending range iteration support to MapIndexStore by extending
IndexMap with a descending range iterator and implementing it in IndexMapImpl.
This makes MapIndexStore consistent with MemoryIndexStore for descending range
queries and fixes the TODO fallback that previously used ascending iteration
for a descending code path.
Also add integration tests for descending range order, exclusive bounds,
and end-to-end CompactRangeIndex query behavior with ORDER BY DESC and LIMIT.
- [x] Has your PR been rebased against the latest commit within the target
branch (typically `develop`)?
- [x] Is your initial contribution a single, squashed commit?
- [x] Does `gradlew build` run cleanly?
- [x] Have you written or updated unit tests to verify your changes?
- [x] If adding new dependencies to the code, are these dependencies
licensed in a way that is compatible for inclusion under [ASF
2.0](http://www.apache.org/legal/resolved.html#category-a)?
--
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]