xiangfu0 commented on code in PR #19247:
URL: https://github.com/apache/pinot/pull/19247#discussion_r3857806084
##########
pinot-common/src/main/java/org/apache/pinot/common/function/scalar/ArrayFunctions.java:
##########
@@ -302,6 +302,26 @@ public static Object arrayValueConstructor(Object... arr) {
if (arr == null || arr.length == 0) {
return arr;
}
+ boolean containsBytes = false;
Review Comment:
Reconfirmed in 4a5a98b95a after rebasing. BYTES follows the existing
first-element dispatch convention via byte[].class, and the later BYTES-only
whole-array precheck has also been removed. The focused suite and all six
selected BytesMvTypeTest E2E invocations pass.
--
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]