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 2019/01/26 06:17:10 UTC

[GitHub] NamanRastogi commented on a change in pull request #3098: [CARBONDATA-3235] Fixed Alter Table Rename

NamanRastogi commented on a change in pull request #3098: [CARBONDATA-3235] Fixed Alter Table Rename
URL: https://github.com/apache/carbondata/pull/3098#discussion_r251189906
 
 

 ##########
 File path: integration/spark2/src/main/scala/org/apache/spark/sql/execution/command/schema/CarbonAlterTableRenameCommand.scala
 ##########
 @@ -61,6 +61,8 @@ private[sql] case class CarbonAlterTableRenameCommand(
     }
     val oldTableName = oldTableIdentifier.table.toLowerCase
     val newTableName = newTableIdentifier.table.toLowerCase
+    val oldIdentifier = TableIdentifier(oldTableName, Some(oldDatabaseName))
 
 Review comment:
   Done refactoring for this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services