InvisibleProgrammer commented on PR #5567: URL: https://github.com/apache/hive/pull/5567#issuecomment-2525014845
Hi @deniskuzZ , Could you please explain the reason why you consider a wrong idea to try an insert if an update didn't succeed due to a concurrency issue? TBH, I'm not sure if using the Retrying handler for _all_ the metastore client calls is an approach that worth to use just because we have this one and only rare edge case. And I also consider it the problem of using an ORM tool that cannot properly handle such a trivial case. It could be handled with a simple merge statement, using plain SQL. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
