You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pinot.apache.org by GitBox <gi...@apache.org> on 2019/01/21 02:01:27 UTC

[GitHub] kishoreg opened a new pull request #3728: Support for specifying Object Type in Schema

kishoreg opened a new pull request #3728: Support for specifying Object Type in Schema
URL: https://github.com/apache/incubator-pinot/pull/3728
 
 
   Since Pinot now has the support to store byte[], it will be good to specify the ObjectType in the schema. This allows us to know how to parse the byte[] and provide additional functionality. Note, we already do this for HyperLogLog, TDigest,RawString etc. But this is spread all over the code and mostly used in Aggregation. Making this a first class citizen in schema allows us to support Map, JSON, etc.
   
   This is part two of supporting search analytics.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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