Github user sounakr commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2177#discussion_r183204296
--- 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
--- End diff --
Done
---