wynet321 opened a new issue, #9421:
URL: https://github.com/apache/pinot/issues/9421
query as
`select HISTOGRAM(duration,0,1858,3) as histogram_data from signal_data
where doc_type='Paid'`
When tried to use histogram with the condition where-clause, pinot report
{
"message": "QueryExecutionError:\njava.lang.NullPointerException\n\tat
org.apache.pinot.core.query.aggregation.function.HistogramAggregationFunction.extractAggregationResult(HistogramAggregationFunction.java:156)\n\tat
org.apache.pinot.core.query.aggregation.function.HistogramAggregationFunction.extractAggregationResult(HistogramAggregationFunction.java:42)\n\tat
org.apache.pinot.core.query.aggregation.DefaultAggregationExecutor.getResult(DefaultAggregationExecutor.java:57)\n\tat
org.apache.pinot.core.operator.query.AggregationOperator.getNextBlock(AggregationOperator.java:73)",
"errorCode": 200
--
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]