HappenLee commented on code in PR #16497:
URL: https://github.com/apache/doris/pull/16497#discussion_r1101053086
##########
fe/java-udf/src/main/java/org/apache/doris/udf/BaseExecutor.java:
##########
@@ -386,5 +385,6 @@ protected boolean storeUdfResult(Object obj, long row,
Class retClass) throws Ud
}
}
- protected void updateOutputOffset(long offset) {}
+ protected void updateOutputOffset(long offset) {
+ }
Review Comment:
do not change unless code
--
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]