Github user ravipesala commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1781#discussion_r163763228
--- Diff:
processing/src/main/java/org/apache/carbondata/processing/util/CarbonLoaderUtil.java
---
@@ -363,7 +368,7 @@ public static String getEscapeChar(String
escapeCharacter) {
public static void readAndUpdateLoadProgressInTableMeta(CarbonLoadModel
model,
- boolean insertOverwrite) throws IOException {
+ boolean insertOverwrite, String uuid) throws IOException {
--- End diff --
Better don't change the method, add a new method with UUID and call the
same method internally.
---