egalpin commented on issue #8353:
URL: https://github.com/apache/pinot/issues/8353#issuecomment-1071971565


   You might be able to achieve this behaviour today using Ingestion 
Transforms. If you had a transform which sorted (depending on whether order of 
values matters in your use case) the entities and join/concat them into one 
string, storing the result in another column, I think you could GROUP BY the 
new column and yield the behaviour you described. 
   
   Thoughts?


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

Reply via email to