You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by GitBox <gi...@apache.org> on 2021/06/21 06:55:22 UTC

[GitHub] [atlas] CanGuan opened a new pull request #140: fix rename table with diff db bugs

CanGuan opened a new pull request #140:
URL: https://github.com/apache/atlas/pull/140


   Fix rename table bugs like: ALTER TABLE db_name.test_1 RENAME TO db_name1.test_1;


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



[GitHub] [atlas] mehtaanshul commented on pull request #140: fix rename table with diff db bugs

Posted by GitBox <gi...@apache.org>.
mehtaanshul commented on pull request #140:
URL: https://github.com/apache/atlas/pull/140#issuecomment-878926078


   Issue link - https://issues.apache.org/jira/browse/ATLAS-4358


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

To unsubscribe, e-mail: dev-unsubscribe@atlas.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [atlas] mehtaanshul removed a comment on pull request #140: fix rename table with diff db bugs

Posted by GitBox <gi...@apache.org>.
mehtaanshul removed a comment on pull request #140:
URL: https://github.com/apache/atlas/pull/140#issuecomment-878926078


   Issue link - https://issues.apache.org/jira/browse/ATLAS-4358


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

To unsubscribe, e-mail: dev-unsubscribe@atlas.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [atlas] CanGuan commented on pull request #140: fix rename table with diff db bugs

Posted by GitBox <gi...@apache.org>.
CanGuan commented on pull request #140:
URL: https://github.com/apache/atlas/pull/140#issuecomment-866463385


   > Can you please provide more context about the usecase and how this patch helps?
   
   When user rename hive table with other db name by executing:
   `ALTER TABLE db1.table RENAME TO db2.table`
   
   HMS hook will send `ALTERTABLE_PROPERTIES` event msg instead of `ALTERTABLE_RENAME` (HiveMetastoreHookImpl#onAlterTable), causing old table still cant be found.


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