tanmayrauth opened a new pull request, #1113:
URL: https://github.com/apache/iceberg-go/pull/1113
Wires DVWriter into the position-delete producer with property gating.
Adds write.delete.format table property (v2 default: position, v3 default:
dv). When set to "dv", positionDeleteRecordsToDataFiles routes through DVWriter
instead of the Parquet position-delete writer. The existing v3 warning now only
fires when write.delete.format is explicitly set to "position".
Part 2 of #997
Out of scope (tracked as follow-ups):
- In-snapshot DV merging when multiple writes target the same data file.
- v2 Parquet pos-delete → v3 DV upgrade path within a single snapshot.
- Full cross-client scan test lands in PR #3.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]