atris opened a new issue #7194: URL: https://github.com/apache/incubator-pinot/issues/7194
In current form, StarTreeFilterOperator takes flattened predicates and applies them on the tree, while not maintaining any sort of relation between predicates. This makes nested operators impossible to render. This is fine for now since we only support AND operators so there is an implied relation amongst all predicates, but as we expand to OR, we need a formal structure to represent correlated 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: 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