Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1793#discussion_r161985530
--- Diff:
core/src/main/java/org/apache/carbondata/core/mutate/CarbonUpdateUtil.java ---
@@ -558,6 +576,36 @@ public static void cleanUpDeltaFiles(CarbonTable
table, boolean forceDelete) {
}
}
+ /**
+ * @param segment
--- End diff --
please complete the comment to describe this function---
