You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by GitBox <gi...@apache.org> on 2021/02/15 10:55:05 UTC

[GitHub] [carbondata] akashrn5 commented on a change in pull request #4091: [CARBONDATA-4124] Fix Refresh MV which does not exist error message

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:
users@infra.apache.org