xiangfu0 commented on code in PR #19247:
URL: https://github.com/apache/pinot/pull/19247#discussion_r3848949173


##########
pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java:
##########
@@ -155,6 +156,14 @@ public static Literal getLiteral(byte[] value) {
     return Literal.binaryValue(value);
   }
 
+  public static Literal getLiteral(byte[][] value) {

Review Comment:
   Updated in 6bc8c14561. `getLiteral(byte[][])` now follows 
`getLiteral(String[])`. I also audited the related object dispatch, expression 
overload, getter, and literal switches; BYTES_ARRAY consistently follows 
STRING_ARRAY.



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