jjavieralonso opened a new issue, #12031: URL: https://github.com/apache/iceberg/issues/12031
### Apache Iceberg version 1.2.0 ### Query engine Other ### Please describe the bug 🐞 There is an issue related to the PositionDeletesTable implementation in the Apache Iceberg. The problem occurs when filtering position deletes using the batch scan feature. The expected behavior is to correctly filter and retrieve position delete files based on specified conditions; however, it was reported that some manifests are not being scanned as expected, leading to inconsistent results. **Reproduction Steps:** 1. Create a partitioned table in Apache Iceberg. 2. Add position delete files to the table. 3. Use the PositionDeletesTable to perform a batch scan with a filter on the partition and position. 4. Observe the scanned manifests and verify that the correct manifests are being scanned. ### Willingness to contribute - [ ] I can contribute a fix for this bug independently - [x] I would be willing to contribute a fix for this bug with guidance from the Iceberg community - [ ] I cannot contribute a fix for this bug at this time -- 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]
