Closed flyrain closed 2 months ago
@flyrain here is a sample fix: https://github.com/apache/polaris/pull/228
So derby is used by spark by default for metastore management. I am assuming u ran the setup.sh under regtests dir and aborted it in between thus caused an incomplete derby dir to get created. Thus, the following runs with spark will all fail until a manual cleanup is being performed. This PR will cleanup derby home dir if existed.
Is this a possible security vulnerability?
Describe the bug
Here are stack traces. The issue is resolved by deleting the derby dir. We may clean up it very time we run the app.