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


With regards,
Apache Git Services

Reply via email to