manuzhang commented on issue #9511:
URL: https://github.com/apache/iceberg/issues/9511#issuecomment-2302472715
It looks this is happening again
https://github.com/apache/iceberg/actions/runs/10486032923/job/29043393618
```
TestSparkExecutorCache > testMergeOnReadUpdate() > catalogN
aokolnychyi commented on issue #9511:
URL: https://github.com/apache/iceberg/issues/9511#issuecomment-1912791701
I'll look into it, probably related to some cache invalidation.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub a
manuzhang commented on issue #9511:
URL: https://github.com/apache/iceberg/issues/9511#issuecomment-1900672359
The error says the equality delete file doesn't match the predicate, ie
`streamCount(deleteFile) <= 1`.
```java
int maxRequestCount = mode == COPY_ON_WRITE ? 3 : 1;
ajantha-bhat opened a new issue, #9511:
URL: https://github.com/apache/iceberg/issues/9511
build:
https://github.com/apache/iceberg/actions/runs/7569167293/job/20611887361
PR: https://github.com/apache/iceberg/pull/9507
position deletes are missing? cache?
```
TestSparkE