Skip to content

Support descending range iteration in MapIndexStore#7995

Open
hubgeter wants to merge 1 commit intoapache:developfrom
hubgeter:map-index-store-descending-range
Open

Support descending range iteration in MapIndexStore#7995
hubgeter wants to merge 1 commit intoapache:developfrom
hubgeter:map-index-store-descending-range

Conversation

@hubgeter
Copy link
Contributor

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.
  • Has your PR been rebased against the latest commit within the target branch (typically develop)?
  • Is your initial contribution a single, squashed commit?
  • Does gradlew build run cleanly?
  • Have you written or updated unit tests to verify your changes?
  • If adding new dependencies to the code, are these dependencies licensed in a way that is compatible for inclusion under ASF 2.0?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant