Skip to content

Conversation

@yaooqinn
Copy link
Member

What changes were proposed in this pull request?

Parquet's AdaptiveBlockSplitBloomFilter is a technique for generating a bloom filter with the optimal bit size according to the number of distinct real data values. It may not come at no cost because it uses multiple BloomFilter candidates at runtime, which could increase CPU usage or time.

This pull request adds benchmark cases to compare with those that use the default BloomFilter size.

Why are the changes needed?

Improvement benchmark coverage for common user-orient features from parquet datasource

Does this PR introduce any user-facing change?

no

How was this patch tested?

benchmarking golden files attached

Was this patch authored or co-authored using generative AI tooling?

no

@github-actions github-actions bot added the SQL label Oct 23, 2024
@yaooqinn
Copy link
Member Author

cc @dongjoon-hyun @LuciferYang thanks

Copy link
Contributor

@LuciferYang LuciferYang left a comment

Choose a reason for hiding this comment

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

+1, LGTM

@HyukjinKwon
Copy link
Member

Merged to master.

Copy link
Member

@dongjoon-hyun dongjoon-hyun left a comment

Choose a reason for hiding this comment

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

+1, late LGTM.

@yaooqinn yaooqinn deleted the SPARK-50080 branch October 25, 2024 03:12
@yaooqinn
Copy link
Member Author

Thank you @HyukjinKwon @dongjoon-hyun @LuciferYang

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.

4 participants