wecharyu commented on PR #5780:
URL: https://github.com/apache/hive/pull/5780#issuecomment-2839402119

   > if we rollback at the place1, doesn't it mean we get an unexpected 
exception here, why do we continue to execute to place2?
   
   @dengzhhu653  There are some cases where rollback transaction does not need 
fail the api calls, for example `create_xxx` will always check if it already 
exists by `get_xxx` that throw expected `NoSuchObjectException`, in this case 
we should continue other queries.


-- 
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: gitbox-unsubscr...@hive.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org
For additional commands, e-mail: gitbox-h...@hive.apache.org

Reply via email to