pyarrow: .parquet file that used to work perfectly is now unreadable.
The file was created with pandas a few days ago.
when trying to read the file:
pd.read_parquet(filename)
I get:
ArrowIOError: Corrupted file, smaller than file footer
What can cause this corruption? Is there a way to read the file?