ankitsultana opened a new pull request, #14092: URL: https://github.com/apache/pinot/pull/14092
We don't really need to build the TimeSeriesBuilders until we return from the LeafTimeSeriesOperator, since there are no time-series related operations under and including the TimeSeriesCombineOperator. This PR changes the TimeSeriesResultsBlock so that instead of keeping a TimeSeriesBlock, it keeps a new TimeSeriesBuilderBlock, which keeps the un-built series in a map keyed by the series id. This also enables queries with complex aggregations like Percentile, Rate, etc. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
