Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2868#discussion_r229283056
--- Diff:
core/src/main/java/org/apache/carbondata/core/datastore/filesystem/CarbonFile.java
---
@@ -62,6 +62,11 @@
boolean renameForce(String changetoName);
+ /**
+ * This method will delete the files recursively from file system
+ *
+ * @return
--- End diff --
complete the comment---
