-
Notifications
You must be signed in to change notification settings - Fork 356
Open
EmilLindfors/iceberg-rust
#1Labels
Description
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:
- add conflict detection
- add retry logic Support commit retries #964
- complete RowDeltaAction
Willingness to contribute
None
jonathanc-n