v.25.8Improvement
Iceberg's current implementation of positional delete files
Iceberg's current implementation of positional delete files keeps all data in RAM. This can be quite expensive if the positional delete files are large, which is often the case. My implementation keeps only the last row-group of Parquet delete files in RAM, which is significantly cheaper. #85329 (Konstantin Vedernikov).