gortiz commented on code in PR #16431:
URL: https://github.com/apache/pinot/pull/16431#discussion_r2239968175


##########
pinot-udf-test/src/main/java/org/apache/pinot/udf/test/UdfTestFramework.java:
##########
@@ -278,6 +278,14 @@ private static Object canonizeObject(@Nullable Object 
value) {
             list.add(f);
           }
           return list;
+        } else if (componentType == byte.class) {

Review Comment:
   because there is no Arrays.stream(byte[]) or Arrays.stream(float[])



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