walterddr opened a new issue, #9204:
URL: https://github.com/apache/pinot/issues/9204

   Pinot currently has a multi-value column type: which essentially is a 
non-ordered, bag-of-elements, set data structure.
   
   However, many requirement comes in to ask for proper array support (see 
https://github.com/apache/pinot/issues/6083)
   
   This proposal is for proper array/list type as a separate DataType.
   - [ ] conversion between MV and Array/List type should be supported (CAST)
   - [ ] array operations should be done on array type, including
     - [ ] predicates (match_all, match_none, match_any or contains)
     - [ ] whole array operations (sum/min/max)
     - [ ] element-wise operations (such as function lambda)
     - [ ] indexed access ([1])


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

Reply via email to