atris opened a new pull request #7184: URL: https://github.com/apache/incubator-pinot/pull/7184
This commit allows OR predicates to be executed on Star Tree indices. We only allow a single dimension to be present in the OR predicate in order to be qualified for execution on Star Tree node. This is to ensure that we do not double count pre aggregated documents while traversing the tree for two dimensions. A follow up PR will be done for multi dimensional OR predicates. -- 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]
