jadami10 opened a new issue, #17115: URL: https://github.com/apache/pinot/issues/17115
https://github.com/apache/pinot/pull/15703 re-introduced the ability to return a valid response when all segments are pruned. The issue is https://github.com/apache/pinot/blob/9d5df3500f8c6d04c26d3e84cbb07b1b061cf915/pinot-core/src/main/java/org/apache/pinot/core/query/aggregation/function/DistinctCountRawHLLAggregationFunction.java#L116-L124 and other functions advertise the final result as one data type but actually return another. Other code paths guard against this like https://github.com/apache/pinot/blob/9d5df3500f8c6d04c26d3e84cbb07b1b061cf915/pinot-core/src/main/java/org/apache/pinot/core/operator/blocks/results/AggregationResultsBlock.java#L208 which just calls `.toString`. -- 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]
