You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2022/10/25 21:35:28 UTC

[GitHub] [pinot] Jackie-Jiang opened a new issue, #9659: Support array type literal

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: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org