francocalvo commented on issue #2512:
URL:
https://github.com/apache/iceberg-python/issues/2512#issuecomment-3513672097
I think I'm having something similar?
```
2025-11-10 16:49:45,720 [INFO] __main__: ✅ Table refreshed
2025-11-10 16:49:45,720 [INFO] __main__: 📸 Current snapshot:
2148201725482720065
2025-11-10 16:49:45,720 [INFO] __main__: 🎯 Creating delete filter for ID: 123
2025-11-10 16:49:45,721 [INFO] __main__: ✅ Delete filter created:
EqualTo(term=Reference(name='id'), literal=literal('123'))
2025-11-10 16:49:45,721 [INFO] __main__: 💾 Starting Iceberg transaction...
2025-11-10 16:49:45,721 [INFO] __main__: 🔄 Transaction started successfully
2025-11-10 16:49:45,721 [INFO] __main__: ⏰ Transaction start time:
2025-11-10T16:49:45.721282
2025-11-10 16:49:45,721 [INFO] __main__: 🗑️ Executing delete operation for:
123
```
I have a ~17million rows table that's partitioned by hour. In the partition
that this should be, it's around ~400, so it should be fast, but I cancelled
this after ~5min.
In S3, I saw a new Parquet file that had all the rows but the one deleted,
and the old file too.
I think this might be related to the transaction itself hanging?
--
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]