Skip to content

Add support for filtered search to the tiered_index code #1012

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: branch-25.08
Choose a base branch
from

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.

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
None yet
Development

Successfully merging this pull request may close these issues.

2 participants