Github user mohammadshahidkhan commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1082#discussion_r159621817
  
    --- Diff: 
processing/src/main/java/org/apache/carbondata/processing/util/CarbonDataProcessorUtil.java
 ---
    @@ -145,6 +147,15 @@ public static void 
renameBadRecordsFromInProgressToNormal(
         }
       }
     
    +  public static void renameBadRecord(CarbonDataLoadConfiguration 
configuration) {
    +    // rename the bad record in progress to normal
    +    CarbonTableIdentifier identifier =
    +        configuration.getTableIdentifier().getCarbonTableIdentifier();
    +    
CarbonDataProcessorUtil.renameBadRecordsFromInProgressToNormal(configuration,
    --- End diff --
    
    Refactored


---

Reply via email to