Uh oh!
There was an error while loading. Please reload this page.
Core: Avoid creating new metadata file when registerTable API is used - #6591
Conversation
registerTable API is usedregisterTable API is usedregisterTable API is usedregisterTable API is usedc8cb001 to
f597ce3Compare
ajantha-bhat
left a comment
There was a problem hiding this comment.
LGTM.
PR description can be simplified by just keeping Core: instead of all the modules.
registerTable API is usedregisterTable API is usedf597ce3 to
cda5a05Compare
szehon-ho
left a comment
There was a problem hiding this comment.
Makes sense to me, left some style comments
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
HiveTableOperations and NessieTableOperations were already handling this case, but other table operations are missing this case.
cda5a05 to
85aaf12Compare
szehon-ho
left a comment
There was a problem hiding this comment.
Thanks for addressing the comments. One more small one, and if it is not too much trouble, could we add a unit test in TestHiveCatalog for it for registerTable?
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
cc1e34d to
ccc8666Compareszehon-ho
commented
Jan 24, 2023
Thanks @krvikash looks good to me, just wanted to see if we can add a test in TestHiveCatalog? (Ignore if you read already and still working on it) |
krvikash
commented
Jan 24, 2023
Thanks, @szehon-ho for reviewing. Sorry, I missed adding a test case in |
szehon-ho
left a comment
There was a problem hiding this comment.
Thanks for adding test, one comment about that
Uh oh!
There was an error while loading. Please reload this page.
5dca53e to
b146e87Compareb146e87 to
05cccd6Compareszehon-ho
commented
Jan 25, 2023
Thanks for last changes, Ill commit this tomorrow unless there's more comments. |
krvikash
commented
Jan 25, 2023
Thanks, @szehon-ho | @ajantha-bhat for reviewing the PR. |
szehon-ho
commented
Jan 25, 2023
Merged, thanks @krvikash for change, @ajantha-bhat for review |
HiveTableOperationsandNessieTableOperationswere already handling this case, but other table operations are missing this case.Follow up of #6512 (comment)