Github user KanakaKumar commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1790#discussion_r161461376
--- Diff: docs/data-management-on-carbondata.md ---
@@ -271,6 +271,7 @@ This tutorial is going to introduce all commands and
data operations on CarbonDa
* Before executing this command the old table schema and data should be
copied into the new database location.
* 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 CarbonData table is stored in CarbonData HIVE meta store then
refresh will not register the CarbonData table to HIVE meta store catalogue.
--- End diff --
Sorry I mean "If old cluster uses hive meta store, refresh will not work as
schema file not exists in file system"
---