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

    https://github.com/apache/carbondata/pull/2131#discussion_r179148873
  
    --- Diff: 
processing/src/main/java/org/apache/carbondata/processing/loading/model/CarbonLoadModel.java
 ---
    @@ -47,6 +47,13 @@
     
       private String tablePath;
     
    +  /*
    +     This points if the carbonTable is a Unmanaged Table or not.
    +     The path will be pointed by the tablePath. And there will be
    +     no Metadata folder present for the unmanaged Table.
    +   */
    +  private boolean carbonUnmanagedTable;
    --- End diff --
    
    Done


---

Reply via email to