walterddr commented on issue #9204: URL: https://github.com/apache/pinot/issues/9204#issuecomment-1230635716
updated the descriptions, thanks @Jackie-Jiang , i think we can actually support these out of MV columns. see: previous issue https://github.com/apache/pinot/issues/6083. I think one unsolve problem is how to support element-wise operations such as `filter(mvCol, <filterFunction>)` or `transform(mvCol, <transformFunction>)` do we assume the input to these are the base type inside the mvCol? if so, how do we define the functions. -- 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]
