-
Notifications
You must be signed in to change notification settings - Fork 241
Support RowDeltaAction #1104
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
Comments
For metadata conflict detection, what is the exact design outline that you are looking to implement? For the row level detection I can start the implementation the manifest filter manager and manifest merge manager to build towards the merging snapshot producer used in the RowDelta. This can probably be done after delete files are fully implemented |
conflict detection implementation based on the validation phase. I would like to introduce the validation phase at SnapshotProduce apply(). After introducing it, we can have some specific implementation of kinds of validation.
Thanks @jonathanc-n!
|
I'll take a deeper look into the implementation tomorrow |
@ZENOTME Sorry for the delay, i was a little busy with family. In the example you showed in the python implementation, the filtering for |
Is your feature request related to a problem or challenge?
As #798、#1081, there are requirements for append delete data files (position delete, equality delete). This action is used to support the append of this kind of file.
Describe the solution you'd like
The path to support:
Willingness to contribute
None
The text was updated successfully, but these errors were encountered: