gavinchou opened a new pull request, #59019: URL: https://github.com/apache/doris/pull/59019
The original implementation of do...while() check is not extensible for retry if we failed to do the first `txn->get()` in the while loop. It will end with referencing null pointer at the check `while (it->more())` No need to add new tests, the changes are covered by existing tests. -- 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]
