RussellSpitzer commented on issue #13873:
URL: https://github.com/apache/iceberg/issues/13873#issuecomment-3999181397

   It's the SparkExecutorCache, We are caching the delete file with different 
orderings. In the example table one of the eq deletes has [2, 3] which gets 
cached as [3, 2] then when it's re-used it's assumed it's [2, 3] which breaks 
everything. Will post some more details in a bit.


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