Indhumathi27 commented on a change in pull request #4216:
URL: https://github.com/apache/carbondata/pull/4216#discussion_r708156034
##########
File path:
integration/spark/src/main/scala/org/apache/spark/sql/execution/command/management/RefreshCarbonTableCommand.scala
##########
@@ -83,6 +84,23 @@ case class RefreshCarbonTableCommand(
if (FileFactory.isFileExist(schemaFilePath)) {
// read TableInfo
val tableInfo = SchemaReader.getTableInfo(identifier)
+ val tableProperties = tableInfo.getFactTable.getTableProperties
Review comment:
Please verify direct upgrade scenarios in this case and handle if it
doesnt work. Cam make changes in Refresh table to support this only for spatial
table and update the document as well
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]