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

[core] Drop stats in manifest file reading #4534

Merged
merged 5 commits into from
Nov 19, 2024

Conversation

JingsongLi
Copy link
Contributor

@JingsongLi JingsongLi commented Nov 15, 2024

Purpose

We planned to remove the statistical information when reading the file, but this optimization was hindered by the need for statistical information later for whole bucket filter.

In this PR, we refactor this logical to drop stats and compute filter selected result, in this way, we can keep whole bucket filter.

Tests

API and Format

Documentation

@JingsongLi JingsongLi force-pushed the remove_whole_bucket_filter branch from e3e5267 to 92baf51 Compare November 18, 2024 07:25
@JingsongLi JingsongLi force-pushed the remove_whole_bucket_filter branch from c677009 to f5405a9 Compare November 18, 2024 12:34
@JingsongLi JingsongLi changed the title [core] Remove whole bucket stats filter to simplify scan [core] Drop stats in manifest file reading Nov 18, 2024
@wwj6591812
Copy link
Contributor

Very thanks for @JingsongLi do this work!
Our company needs this feature now!

@wwj6591812
Copy link
Contributor

+1

Copy link
Contributor

@leaves12138 leaves12138 left a comment

Choose a reason for hiding this comment

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

+1

@leaves12138 leaves12138 merged commit 1d38446 into apache:master Nov 19, 2024
13 checks passed
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.

3 participants