laskoviymishka opened a new pull request, #818: URL: https://github.com/apache/iceberg-go/pull/818
Collect equality delete entries during manifest scanning instead of rejecting them. Match equality deletes to data files by partition and sequence number (strictly greater, per spec). Apply hash-based anti-join filter in the Arrow record processing pipeline. Key encoding uses type-tagged, length-prefixed values to avoid collisions. Delete files with different equality field IDs are applied as independent filter groups. Partitioned tables are not yet tested for the read path. -- 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]
