CodingJun commented on issue #10312:
URL: https://github.com/apache/iceberg/issues/10312#issuecomment-2105525236
I found the code to drop the equality delete files here.
https://github.com/apache/iceberg/blob/2b21020aedb63c26295005d150c05f0a5a5f0eb2/core/src/main/java/org/apache/icebe
CodingJun commented on issue #10312:
URL: https://github.com/apache/iceberg/issues/10312#issuecomment-2105518645
> Is there any error log for equality delete?
No error, If I read directly from snapshot id: 3, the result is correct.
--
This is an automated message from the Apache Git
lurnagao-dahua commented on issue #10312:
URL: https://github.com/apache/iceberg/issues/10312#issuecomment-2105515833
Is there any error log for equality delete?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL
CodingJun opened a new issue, #10312:
URL: https://github.com/apache/iceberg/issues/10312
### Apache Iceberg version
1.5.1
### Query engine
Spark
### Please describe the bug 🐞
I have a program that continuously write streaming data to iceberg, and
regularly