chasebradford opened a new pull request, #7833: URL: https://github.com/apache/iceberg/pull/7833
The filter holds a set of instances, so it's important that each instance be truly unique. Copying the record risks shallow copies on reference fields. It's safer to not reuse containers and skip the post-read copying. Without this, Equality Deletes on binary fields will misbehave when a delete file contains multiple keys. All instances added to the filter set will share the same ByteBuffer, so only the last record's term will be used. -- 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]
