Github user mohammadshahidkhan commented on a diff in the pull request:
https://github.com/apache/carbondata/pull/1790#discussion_r161375031
--- 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 --
@KanakaKumar if schema file is present in the file system then why refresh
will not work.
Refresh will not work schema not present in the filesystem.
---