jihaozh opened a new pull request #4313: [TE] Use multimap in metric urn as dimension URL: https://github.com/apache/incubator-pinot/pull/4313 Previously we use a map to store the dimension values so that for each dimension, there can only be one value. In this PR, we fix the issue by using the information stored in the metric urn to construct a multi-map.
---------------------------------------------------------------- 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. 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]
