[GitHub] [carbondata] akashrn5 commented on a change in pull request #4091: [CARBONDATA-4124] Fix Refresh MV which does not exist error message
Posted by
GitBox on
Feb 15, 2021; 10:55am
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-Indhumathi27-opened-a-new-pull-request-4091-WIP-Fix-Refresh-MV-which-does-not-exise-tp106099p106199.html
akashrn5 commented on a change in pull request #4091:
URL:
https://github.com/apache/carbondata/pull/4091#discussion_r576105735##########
File path: integration/spark/src/main/scala/org/apache/spark/sql/execution/command/table/CarbonDropTableCommand.scala
##########
@@ -117,6 +115,8 @@ case class CarbonDropTableCommand(
viewDropCommands.foreach(_.processMetadata(sparkSession))
}
+ CarbonEnv.getInstance(sparkSession).carbonMetaStore.dropTable(identifier)(sparkSession)
Review comment:
add a comment here, whatever has been added in the PR description, so that later someone shouldn't change it back.
----------------------------------------------------------------
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]