Jackie-Jiang opened a new issue, #9659:
URL: https://github.com/apache/pinot/issues/9659

   Currently we only support single value as literal but not array types. This 
can cause the following issues:
   - No way to create an array from literal
   - Functions like `split('a,b,c', ',')` will fail because we cannot replace 
it with a literal in `CompileTimeFunctionsInvoker`. Currently it will return 
the string representation of an array reference, e.g. 
`[Ljava.lang.String;@6ba8613b`
   
   Related to #8596, #9204


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