-
Notifications
You must be signed in to change notification settings - Fork 351
Open
Description
Apache Iceberg version
None
Please describe the bug 🐞
As part of the effort to remove numpy
as a dependency in #1259, we changed _combine_positional_deletes
function to use range
instead of np.arrange
. This causes a performance regression. We choose to move forward for now since it is not very common to have a file affected by multiple positional deletes.
apache/arrow/#44583 is opened to add equivalent functionality in pyarrow which we can then port into pyiceberg.
Metadata
Metadata
Assignees
Labels
No labels