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

perf: early stop if all values in arr are null #2764

Merged

Conversation

ion-elgreco
Copy link
Collaborator

Description

We can stop a bit earlier when all values in the array are null by just grabbing the null count from nullbuffer.

@github-actions github-actions bot added the binding/rust Issues for the Rust crate label Aug 12, 2024
@ion-elgreco ion-elgreco force-pushed the perf/early_stopping_during_log_read branch from 76de35b to 9a35cc8 Compare August 12, 2024 19:31
@ion-elgreco ion-elgreco added this pull request to the merge queue Aug 12, 2024
Merged via the queue into delta-io:main with commit e216550 Aug 12, 2024
18 checks passed
@ion-elgreco ion-elgreco deleted the perf/early_stopping_during_log_read branch August 12, 2024 20:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
binding/rust Issues for the Rust crate
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants