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


##########
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:
   Hive use BytesWritable, and it's could  regard as 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