walterddr commented on issue #12089: URL: https://github.com/apache/pinot/issues/12089#issuecomment-1839905642
yes it is supported. but seems like the support for literal evaluation is missing. upon checking the code I think it is because https://github.com/apache/pinot/blob/b25f7cf6c165d9de39d79e86894235fca359adab/pinot-common/src/main/java/org/apache/pinot/common/utils/request/RequestUtils.java#L220 doesn't understand array type and thus default stringify using java's toString method and thus output the object ref string -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org