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

Support Partition Prunning stats optimization for Iceberg tables #5498

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

deniskuzZ
Copy link
Member

@deniskuzZ deniskuzZ commented Oct 9, 2024

What changes were proposed in this pull request?

Add support for Iceberg partition prune stats optimization

Why are the changes needed?

Performance

Does this PR introduce any user-facing change?

No

Is the change a dependency upgrade?

No

How was this patch tested?

mvn test -Dtest=TestIcebergCliDriver -Dqfile=iceberg_partition_stats_with_ppr.q -Drat.skip=true

public DummyPartition(Table tbl, String name,
Map<String, String> partSpec) {
setTable(tbl);
public DummyPartition(Table tbl, String name, Map<String, String> partSpec) throws HiveException {
Copy link
Member Author

Choose a reason for hiding this comment

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

Can we reuse this object or better create another abstraction, like [Virtual/Hidden]Partition?
cc @kasakrisz

@deniskuzZ deniskuzZ changed the title Support Iceberg partition stats with PPR Support Partition Prunning stats optimization for Iceberg tables Oct 9, 2024
Copy link

sonarcloud bot commented Oct 15, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants