stevenzwu commented on pull request #2989:
URL: https://github.com/apache/iceberg/pull/2989#issuecomment-901366806


   @szehon-ho I am not sure why this failed. maybe it is what you said. records 
were split across two checkpoint/commit cycles. However, this change will 
defeat the purpose of this unit test. with hash distribution, this unit test is 
to make sure all records for the same partition key is distributed to a single 
writer task.
   
   Here is probably what we should do to fix the flakiness. we should assert 
that there is only one file per partition for each commit/snapshot.


-- 
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]

Reply via email to