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

HIVE-28077: Iceberg: Major QB Compaction on partition level #5123

Merged
merged 3 commits into from
Apr 25, 2024

Conversation

difin
Copy link
Contributor

@difin difin commented Mar 8, 2024

What changes were proposed in this pull request?

Adding support for compacting a specific Iceberg partition

Why are the changes needed?

Until now it was possible to only compact whole the table at once. If a table is partitioned, it would compact all partitions.
Now adding a new feature to compact a single specified partition.

Does this PR introduce any user-facing change?

Ability to compact Iceberg tables on partition level.

Is the change a dependency upgrade?

No

How was this patch tested?

New q-test was added that compacts a partitioned table partition-by-partition.

Copy link
Member

@deniskuzZ deniskuzZ left a comment

Choose a reason for hiding this comment

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

LGTM +1, minor code-style things

@deniskuzZ deniskuzZ removed the request for review from miklosgergely April 24, 2024 13:15
Copy link

sonarcloud bot commented Apr 24, 2024

Quality Gate Passed Quality Gate passed

Issues
10 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

@deniskuzZ deniskuzZ merged commit fe67670 into apache:master Apr 25, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants