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/07 18:24:22 UTC

[GitHub] [pinot] tonykim-moloco opened a new issue, #8851: Star-tree indexing a JSON column

tonykim-moloco opened a new issue, #8851:
URL: https://github.com/apache/pinot/issues/8851

   When creating a star-tree index, we would write a table config as follows.
   ``` JSON
   "tableIndexConfig": {
     "starTreeIndexConfigs": [{
       "dimensionsSplitOrder": [
         "Country",
         "Browser",
         "Locale"
       ],
       "skipStarNodeCreationForDimensions": [
       ],
       "functionColumnPairs": [
         "SUM__Impressions"
       ],
       "maxLeafRecords": 1
     }],
     ...
   }
   ```
   Is there a way to specify a JSON column within the `dimensionSplitOrder`?
   For example, if we have a column named `person`, having a JSON value such as `{
         "number" : 112,
         "street" : "main st",
         "country" : "us"
       }`, can we add `"country"` as one of the `dimensionsSplitOrder`?
   


-- 
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] kkrugler commented on issue #8851: Star-tree indexing a JSON key

Posted by GitBox <gi...@apache.org>.
kkrugler commented on issue #8851:
URL: https://github.com/apache/pinot/issues/8851#issuecomment-1149176254

   Hi @tonykim-moloco - this is a great question for the #general channel on the Pinot Slack workspace (join [here](https://communityinviter.com/apps/apache-pinot/apache-pinot)).


-- 
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] [pinot] tonykim-moloco closed issue #8851: Star-tree indexing a JSON key

Posted by GitBox <gi...@apache.org>.
tonykim-moloco closed issue #8851: Star-tree indexing a JSON key
URL: https://github.com/apache/pinot/issues/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


[GitHub] [pinot] tonykim-moloco commented on issue #8851: Star-tree indexing a JSON key

Posted by GitBox <gi...@apache.org>.
tonykim-moloco commented on issue #8851:
URL: https://github.com/apache/pinot/issues/8851#issuecomment-1149177948

   Thanks! I'll ask in the Slack workspace! 


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