Jackie-Jiang commented on issue #12230: URL: https://github.com/apache/pinot/issues/12230#issuecomment-1899826210
I wouldn't call this intended, but this behavior is expected, and I know people using it as a feature to get relevant values (think of a column storing all the skills of a person, these skills are usually relevant). The reason for this behavior is that pinot performs filtering and projection separately, and it simply returns the rows matching the filter. `VALUE_IN` is added to perform another filter after projection. -- 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]
