aokolnychyi commented on pull request #3984: URL: https://github.com/apache/iceberg/pull/3984#issuecomment-1030421595
@rdblue, I've introduced a parent class to reduce the code duplication in unpartitioned and partitioned delta writers, added tests for out of order records when we update a partition column and added a test for static partition pruning. Dynamic pruning for merge-on-read is a little bit tricky to trigger (we just use the regular scan). I'll give it another try in MERGE. -- 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]
