pvary commented on PR #12298: URL: https://github.com/apache/iceberg/pull/12298#issuecomment-2674653648
I will start to collect the differences here between the different writer types for reference: - Writer context is different between delete and data files. This contains TableProperties/Configurations which could be different between delete and data files (Parquet: RowGroupSize/PageSize/PageRowLimit/DictSize/Compression etc.) - Specific writer functions for position deletes to write out the `PositionDelete` records - Positional delete PathTransformFunction to convert writer data type for the path to file format data type -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org