Search before asking
Please describe the bug 🐞
turns out when _delta_log has checkpoint parquet files such 00000000000000000150.checkpoint.parquet, then hudi fs backed metadata consider them as hudi partition and fails hard.
In hudi the metadata table is not the source of truce and it sometimes gets corrupted. As a result one can rebuild but having delta logs folder leads corrupt the hudi, unable to read/write.
I have mitigated the problem in our hudi fork by skipping both metadata/_delta_log folders, but i can't see any pure xtable mitigation so far, except take care of purging both _delta_log and metadata folder when recreating the MDT
Are you willing to submit PR?
Code of Conduct