Github user manishgupta88 commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1936#discussion_r170418767
--- Diff: docs/data-management-on-carbondata.md ---
@@ -286,7 +286,40 @@ This tutorial is going to introduce all commands and data operations on CarbonDa
* If the table is aggregate table, then all the aggregate tables should be copied to the new database location.
* For old store, the time zone of the source and destination cluster should be same.
* If old cluster used HIVE meta store to store schema, refresh will not work as schema file does not exist in file system.
+
+### Table and Column Comment
+
+ You can provide more information on table by using table comment; similarly you can provide more information about a particular column using column comment.
--- End diff --
Use dot in place of semicolon
---