HappenLee commented on code in PR #56181:
URL: https://github.com/apache/doris/pull/56181#discussion_r2361937868


##########
fe/be-java-extensions/java-udf/src/main/java/org/apache/doris/udf/BaseExecutor.java:
##########
@@ -274,6 +274,28 @@ protected ColumnValueConverter 
getInputConverter(TPrimitiveType primitiveType, C
                     return result;
                 };
             }
+            case VARBINARY: {
+                // Support Byte[] parameter for VARBINARY by boxing from byte[]

Review Comment:
   check most common use `Byte` or `byte`



-- 
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]

Reply via email to