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 2022/06/08 16:53:50 UTC

[GitHub] [pinot] Jackie-Jiang opened a new issue, #8863: Allow transform function as the dimension in the star-tree

Jackie-Jiang opened a new issue, #8863:
URL: https://github.com/apache/pinot/issues/8863

   Currently in order to build a star-tree on top of a transform function, user needs to follow these steps:
   1. Create a derived column (single-value dictionary encoded) from the transform
   2. Create star-tree on top of the derived column
   3. Query derived column in order to use star-tree
   
   We should be able to simplify these steps and allow transform function as the dimension in star-tree. Internally we can follow the same steps and generate a hidden column for the derived column and build star-tree on top of it. At query time, we may re-write the query to query the hidden column 


-- 
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.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] [pinot] Jackie-Jiang commented on issue #8863: Allow transform function as the dimension in the star-tree

Posted by GitBox <gi...@apache.org>.
Jackie-Jiang commented on issue #8863:
URL: https://github.com/apache/pinot/issues/8863#issuecomment-1150161969

   Related to #8851 


-- 
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