wypoon opened a new pull request, #11175: URL: https://github.com/apache/iceberg/pull/11175
Follow up to https://github.com/apache/iceberg/pull/9117. Prior to that PR, there were two code paths in `DeleteFilter`: if the number of position deletes were below a certain number, we use the PositionDeleteIndex bitmap and otherwise we use a streaming filter. That PR makes it so that we always use the first code path, but did not remove the now unused code for the second code path. This PR is to remove the unused code. It includes removing tests which were only added to test that second code path as well as bugs found in that code path (https://github.com/apache/iceberg/pull/8132). -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org