HappenLee commented on code in PR #62613:
URL: https://github.com/apache/doris/pull/62613#discussion_r3224066387
##########
be/src/udf/python/python_server.py:
##########
@@ -1731,7 +1729,9 @@ def _handle_udaf_create(
place_id,
e,
)
- success = False
+ raise RuntimeError(
+ f"CREATE operation failed for place_id={place_id}: {e}"
Review Comment:
recheck the error msg return two times
--
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]