Skip to content
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

chore(dataobj): Wire dataset.Reader into dataobj.LogsReader and dataobj.StreamsReader #16701

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

rfratto
Copy link
Member

@rfratto rfratto commented Mar 11, 2025

This PR replaces the implementation of dataobj.LogsReader and dataobj.StreamsReader to internally use dataset.Reader, which supports predicate pushdown to avoid unnecessary page downloads.

This is still a WIP; some tests aren't passing yet.

NotPredicate is used by dataobj.LogsReader and dataobj.StreamsReader and
needed an equivalent in dataset.

FalsePredicate is used when no matching column can be found; eliminating
the entire dataset.
@rfratto rfratto force-pushed the wiring-dataset-reader branch from ddc9c6c to 46c3a3a Compare March 11, 2025 23:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants