Skip to content

Scan Delete Support Part 5: Positional Delete Parsing #1011

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

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

Conversation

sdd
Copy link
Contributor

@sdd sdd commented Feb 26, 2025

Continues the series of scan delete file support PRs.

Builds on top of #982: click https://github.com/apache/iceberg-rust/pull/1011/files/af140463d285b832cd5da77379f056d712888ec3..fc58a4f876071f6369eaeef39fb86f2d9f4b3ffd to see just the changes that are unique to this PR rather than the preceding ones.

  • Adds parsing of positional delete files to the DeleteFileManager
  • Updates the integration tests in crates/integration_tests/tests/shared_tests/read_positional_deletes.rs to include a working end-to-end test that processes positional deletes
  • Refactors scan.rs and arrow/reader.rs so that when delete file support is specified as being disabled, and a delete file is encountered, the error is returned from the read phase rather than the plan phase.

Issue: #630

@sdd sdd force-pushed the feat/delete-file-pos-del-parsing branch from 52d3e2c to a14c3f2 Compare February 26, 2025 19:21
@sdd sdd force-pushed the feat/delete-file-pos-del-parsing branch 3 times, most recently from e7f9102 to efc45e5 Compare March 5, 2025 20:27
@sdd sdd force-pushed the feat/delete-file-pos-del-parsing branch 2 times, most recently from 643f47a to cfe6a91 Compare April 3, 2025 07:31
@sdd sdd force-pushed the feat/delete-file-pos-del-parsing branch 3 times, most recently from 5504434 to decef64 Compare April 24, 2025 06:22
@sdd sdd force-pushed the feat/delete-file-pos-del-parsing branch 3 times, most recently from 343b034 to 7b755fd Compare May 7, 2025 18:14
@sdd sdd force-pushed the feat/delete-file-pos-del-parsing branch from 7ea25cb to fc58a4f Compare May 10, 2025 11:21
@sdd sdd force-pushed the feat/delete-file-pos-del-parsing branch from fc58a4f to 8e644a7 Compare May 19, 2025 07:02
@sdd sdd force-pushed the feat/delete-file-pos-del-parsing branch from 8e644a7 to f821e4f Compare May 19, 2025 07:03
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.

2 participants