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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
