You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by GitBox <gi...@apache.org> on 2021/07/23 05:06:58 UTC

[GitHub] [incubator-pinot] atris opened a new issue #7194: StarTreeFilterOperator Does Not Maintain Predicate Hiearchy

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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


[GitHub] [incubator-pinot] atris commented on issue #7194: StarTreeFilterOperator Does Not Maintain Predicate Hiearchy

Posted by GitBox <gi...@apache.org>.
atris commented on issue #7194:
URL: https://github.com/apache/incubator-pinot/issues/7194#issuecomment-885402225


   I will work on this as a part of implementing OR on StarTree index.


-- 
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-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org