akashrn5 commented on a change in pull request #3493: [CARBONDATA-3600] Fix creating mv timeseries UDF column as partition column
URL:
https://github.com/apache/carbondata/pull/3493#discussion_r355279633
##########
File path: datamap/mv/core/src/main/scala/org/apache/carbondata/mv/datamap/MVDataMapProvider.scala
##########
@@ -95,8 +95,8 @@ class MVDataMapProvider(
dataMapSchema.getRelationIdentifier.getTableName,
true)
dropTableCommand.processMetadata(sparkSession)
- DataMapStoreManager.getInstance.unRegisterDataMapCatalog(dataMapSchema)
DataMapStoreManager.getInstance().dropDataMapSchema(dataMapSchema.getDataMapName)
Review comment:
please add a comment, why we need this change
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[hidden email]
With regards,
Apache Git Services