dengzhhu653 commented on PR #5780: URL: https://github.com/apache/hive/pull/5780#issuecomment-2826235004
Some thoughts: - at `place1`, the `openTrasactionCalls` should be 2, so `commitTransaction` is just changing the `openTrasactionCalls` to 1, we don't reach the end of the transaction here. - if we rollback at the `place1`, doesn't it mean we get an unexpected exception here, why do we continue to execute to `place2`? -- 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]
