Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
2.1.1
-
None
-
None
Description
If analysisException is caught when creating a table.
carbondata will call deleteAllCarbonFilesOfDir fun to delete the files.
if this folder has some other files then the delete operation is dangerous.
we can use the hdsf trashcan mechanism, while delete move to trash first.
uder our product system a false deletion has occurred.