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

    https://github.com/apache/carbondata/pull/2177#discussion_r183085076
  
    --- Diff: 
core/src/main/java/org/apache/carbondata/core/metadata/schema/table/CarbonTable.java
 ---
    @@ -144,12 +144,12 @@
       private boolean hasDataMapSchema;
     
       /**
    -   * The boolean field which points if the data written for UnManaged Table
    -   * or Managed Table. The difference between managed and unManaged table 
is
    -   * unManaged Table will not contain any Metadata folder and subsequently
    +   * The boolean field which points if the data written for Non 
Transactional Table
    +   * or Transactional Table. The difference between Transactional and non 
Transactional table is
    +   * non Transactional Table will not contain any Metadata folder and 
subsequently
        * no TableStatus or Schema files.
        */
    -  private boolean isUnManagedTable;
    +  private boolean isNonTransactionalTable;
    --- End diff --
    
    change to `isTransactional`


---

Reply via email to