Gabriel39 commented on code in PR #17848:
URL: https://github.com/apache/doris/pull/17848#discussion_r1138150501


##########
fe/java-udf/src/main/java/org/apache/doris/udf/UdafExecutor.java:
##########
@@ -85,6 +85,7 @@ public void add(boolean isSinglePlace, long rowStart, long 
rowEnd) throws UdfRun
                 } while (isSinglePlace && idx < rowEnd);
             } while (idx < rowEnd);
         } catch (Exception e) {
+            LOG.info("invoke add function meet some error: " + 
e.getCause().toString());

Review Comment:
   LOG.warning



-- 
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: commits-unsubscr...@doris.apache.org

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


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

Reply via email to