Github user jackylk commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/2177#discussion_r183085758
--- 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 --
Mention that `transactional table means carbon will provide transactional
support when user doing data management like data loading, whether it is
success or failure, data will be in consistent state`
---