Warning spam: Unexpected field name numRecords
for remove action
#614
Labels
bug
Something isn't working
numRecords
for remove action
#614
Environment
Delta-rs version: 0.5.7
Binding: Python
Environment:
Bug
What happened:
We get an enormous spam of warning logs
It looks like I get one warning log for every remove action in the transaction log of my table.
What you expected to happen:
Opens the table without logging warnings which I'm pretty sure are un-important.
How to reproduce it:
deltalake.DeltaTable
object from that table.Python script I created to reproduce:
reproduce_deltalake_warnings.zip
More details:
I think a new version of delta-spark has introduced this new
numRecords
field so I guess delta-rs needs to be updated to handle this. It would be really nice to have a fix for this 🙂 . For large tables with long history retention these warnings are pretty unmanageable.I have put a hack in my code which sets the env var
RUST_LOG="error"
to work around this for now.The text was updated successfully, but these errors were encountered: