Skip to content

feat: Iceberg Table supports equality delete of merge on read when reading #18015

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

Merged
merged 4 commits into from
May 29, 2025

Conversation

KKould
Copy link
Member

@KKould KKould commented May 27, 2025

I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/

Summary

When reading IcebergTable, the deleted data is filtered out by the File component predicate of Equality Delete.

Equality Delete File Format:
image
image
The corresponding Field contains constants with the same value, which are deleted.

Tips:
Equality Delete is currently only supported in Iceberg Java, so the Iceberg Driver is introduced

Tests

  • Unit Test
  • Logic Test
  • Benchmark Test
  • No Test

Type of change

  • Bug Fix (non-breaking change which fixes an issue)
  • New Feature (non-breaking change which adds functionality)
  • Breaking Change (fix or feature that could cause existing functionality not to work as expected)
  • Documentation Update
  • Refactoring
  • Performance Improvement
  • Other (please describe):

This change is Reviewable

@github-actions github-actions bot added the pr-feature this PR introduces a new feature to the codebase label May 27, 2025
@KKould KKould changed the title feat: feat: Iceberg Table supports equality delete of merge on read w… feat: Iceberg Table supports equality delete of merge on read w… May 27, 2025
@KKould KKould force-pushed the feat/iceberg_read_equality_delete branch 4 times, most recently from 486f76c to b3d9d1c Compare May 28, 2025 04:22
@KKould KKould marked this pull request as ready for review May 28, 2025 05:17
@KKould KKould force-pushed the feat/iceberg_read_equality_delete branch 2 times, most recently from 28c1f16 to 783e3b0 Compare May 28, 2025 08:30
@KKould KKould changed the title feat: Iceberg Table supports equality delete of merge on read w… feat: Iceberg Table supports equality delete of merge on read when reading May 28, 2025
@KKould KKould force-pushed the feat/iceberg_read_equality_delete branch from 783e3b0 to 0453d91 Compare May 28, 2025 15:10
@sundy-li sundy-li merged commit e79627c into databendlabs:main May 29, 2025
78 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-feature this PR introduces a new feature to the codebase
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants