[core] Fix drop table when table directory is missing on disk#8130
[core] Fix drop table when table directory is missing on disk#8130ArnavBalyan wants to merge 1 commit into
Conversation
|
I think this catch block is too broad for a destructive operation. That covers the intended "table directory/schema files are already missing" case, but it also swallows real failures such as schema parse errors, branch listing failures, permission errors, or transient filesystem/runtime errors from Could we narrow this to the specific missing-table/missing-path condition this PR wants to tolerate, and let other runtime failures abort the drop? |
0c1e842 to
7e43238
Compare
Purpose
Tests