rdblue commented on a change in pull request #3120:
URL: https://github.com/apache/iceberg/pull/3120#discussion_r709651291
##########
File path: data/src/main/java/org/apache/iceberg/data/DeleteFilter.java
##########
@@ -205,14 +212,12 @@ protected boolean shouldKeep(T item) {
case AVRO:
return Avro.read(input)
.project(deleteSchema)
- .reuseContainers()
Review comment:
I think this is needed because records are now placed on a queue inside
the parallel iterator. Reusing the record instance instead of copying would
cause a problem.
--
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]