forked from apache/iceberg-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
[incremental scan] Support for equality deletes #60
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
Changes from all commits
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
0e4e526
[incremental scan] Support for equality deletes
gbrgr c910e94
Clippy fix
gbrgr c1fa1f8
Refactor
gbrgr aab0b15
.
gbrgr 34d9159
Small optimization
gbrgr f972615
Clippy fix
gbrgr 947f055
Fix deadlock
gbrgr a98e1ce
Add test
gbrgr f6c871c
Code reuse
gbrgr 3e62a7d
Add test
gbrgr 48e3b10
Cleanup
gbrgr 585e0bc
Some PR comments
gbrgr 54ea7d6
Enable row group filtering
gbrgr eef647d
PR comments
gbrgr a0f211d
Factor out common code
gbrgr 4907990
Clippy fix
gbrgr e58b4bf
Tighten method visibility
gbrgr 897abf6
.
gbrgr 80a20f7
Unify some more
gbrgr 5d1b3ca
Format
gbrgr 4f51fa7
.
gbrgr f64d82e
Unify more
gbrgr d5453ce
Unify more, add partition info to append task
gbrgr 19826d1
.
gbrgr 2eaba7f
Unify predicate application
gbrgr 379a27d
.
gbrgr 09de39d
Allow in tests for multiple eq columns
gbrgr 7cad600
Add test
gbrgr 411147d
Remove rewrite
gbrgr 936efa4
Add case_sensitive
gbrgr d79ad18
.
gbrgr 940be35
Add helper
gbrgr 4122d6e
Format
gbrgr 33a0288
Fix clippy
gbrgr a779e05
Some PR comments
gbrgr 08fe33f
Make big helper
gbrgr f7a142a
Split up more
gbrgr ee5fc70
Inline small helpers
gbrgr fab3efa
Reinsert comment
gbrgr 7f11c4a
Narrow visibility
gbrgr ca2d37e
Remove mut
gbrgr bef812d
.
gbrgr b59b570
Format
gbrgr File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.