What should I do when some data files are missing? #583
Unanswered
minukhwang177
asked this question in
Q&A
Replies: 1 comment 1 reply
-
|
This is very tricky. Corrupt metadata is very difficult to fix |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm using azure blob storage as ducklake's data storage. These are connected with blob fuse and works like native folder.
Sadly sometimes files are gone when pod restarts, and this causes ducklake's merge function fails continously.
I will fix missing file problem, but how can I fix ducklake's metadata? I make some empty parquet file with same name, ducklake was failed because it's fotter length is invalid.
Can I jsut delete rows from metadata table?
Beta Was this translation helpful? Give feedback.
All reactions