pvary commented on code in PR #14045: URL: https://github.com/apache/iceberg/pull/14045#discussion_r2337334682
########## format/spec.md: ########## @@ -1861,6 +1861,10 @@ Java writes `-1` for "no current snapshot" with V1 and V2 tables and considers t Some implementations require that GZIP compressed files have the suffix `.gz.metadata.json` to be read correctly. The Java reference implementation can additionally read GZIP compressed files with the suffix `metadata.json.gz`. +### Position Delete Files with Row Data + +The feature allowing position delete files to include row data, which was introduced in the V2 Iceberg specification, is now deprecated in V3. The Java reference implementation will deprecate this feature in version 1.11.0 and remove it in version 1.12.0, including for V2 tables. Other implementations are encouraged to follow the same deprecation and removal schedule. Review Comment: The feature is there in 1.10.0. Technically available (while it is not used anywhere as far as we know). 1.11.0 is not released yet, so it is not deprecated yet. That is why I have used future tense here. But I'm open to suggestions, as English is not my mother language. -- 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]
