Skip to content

Add support for filtered search to the tiered_index code#1012

Open
benfred wants to merge 8 commits intorapidsai:release/25.12from
benfred:tiered_index_filtering
Open

Add support for filtered search to the tiered_index code#1012
benfred wants to merge 8 commits intorapidsai:release/25.12from
benfred:tiered_index_filtering

Conversation

@benfred
Copy link
Member

@benfred benfred commented Jun 11, 2025

The tiered_index code wasn't working with filtered search - since the filter passed to the brute force portion wasn't translating for the number of rows seen already. Fix and add a python level unittest that would have caught this.

Also:

  • expose 'tiered_index.compact' to python
  • add java dependencies to 'all' conda environments

The tiered_index code wasn't working with filtered search - since the
filter passed to the brute force portion wasn't translating for the
number of rows seen already. Fix and add a python level unittest that would
have caught this.

Also:
* expose 'tiered_index.compact' to python
* add maven as a dependency of the java bindings
@benfred benfred requested review from a team as code owners June 11, 2025 22:54
@benfred benfred requested a review from AyodeAwe June 11, 2025 22:54
@benfred benfred added improvement Improves an existing functionality non-breaking Introduces a non-breaking change and removed cpp Python labels Jun 11, 2025
@benfred benfred self-assigned this Jun 11, 2025
- nccl>=2.19
- ninja
- numpy>=1.23,<3.0a0
- numpydoc
- openblas
- openjdk=22.*
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't need to do it in this PR, but at some point, I think we should separate the different languages into different "environment" files so that a user working predominently on Java, for example, doesn't need to have Go and Rust things installed.

@cjnolet cjnolet changed the base branch from branch-25.08 to branch-25.10 August 14, 2025 19:59
@benfred benfred requested review from a team as code owners November 19, 2025 22:46
@copy-pr-bot
Copy link

copy-pr-bot bot commented Nov 19, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@review-notebook-app
Copy link

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@benfred benfred changed the base branch from branch-25.10 to release/25.12 November 19, 2025 22:47
@benfred benfred removed request for a team November 19, 2025 22:47
@benfred benfred requested review from a team and removed request for a team and AyodeAwe November 19, 2025 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cpp improvement Improves an existing functionality non-breaking Introduces a non-breaking change Python

Projects

Development

Successfully merging this pull request may close these issues.

2 participants