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/23 12:34:36 UTC

[GitHub] NamanRastogi opened a new pull request #3098: [CARBONDATA-3235] Fixed Alter Table Rename

NamanRastogi opened a new pull request #3098: [CARBONDATA-3235] Fixed Alter Table Rename
URL: https://github.com/apache/carbondata/pull/3098
 
 
   Mixed a mistake in [PR-2996](https://github.com/apache/carbondata/pull/2996). 
   The newTableIdentifier should have been newIdentifier
   
   Fixed negative scenario:
   
   **Alter Table Rename Table Fail**
   
   Problem: _When tabe rename is success in hive, for failed in carbon data store, it would throw exception, but would not go back and undo rename in hive._
   
   Solution: _A flag to keep check if hive rename has already executed, and of the code breaks after hive rename is done, go back and undo the hive rename._
   
   
    - [x] Any interfaces changed?   ->  No
    - [x] Any backward compatibility impacted?  -> No
    - [x] Document update required?  ->  No
    - [x] Testing done  ->  Yes
   

----------------------------------------------------------------
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