You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by NamanRastogi <gi...@git.apache.org> on 2019/01/08 09:24:33 UTC

[GitHub] carbondata pull request #2996: [CARBONDATA-3235] Fix Rename-Fail & Datamap-c...

Github user NamanRastogi commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2996#discussion_r245925395
  
    --- Diff: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/schema/CarbonAlterTableRenameCommand.scala ---
    @@ -165,15 +167,22 @@ private[sql] case class CarbonAlterTableRenameCommand(
           case e: ConcurrentOperationException =>
             throw e
           case e: Exception =>
    +        if (hiveRenameSuccess) {
    +          sparkSession.sessionState.catalog.asInstanceOf[CarbonSessionCatalog].alterTableRename(
    --- End diff --
    
    @qiuchenjian 
    @kevinjmh Is Correct.


---