jtuglu1 opened a new issue, #18573:
URL: https://github.com/apache/druid/issues/18573
Please provide a detailed title (e.g. "Broker crashes when using TopN query
with Bound filter" instead of just "Broker crashes").
### Affected Version
Druid Versions which allow null-handling support.
### Description
Example:
```json
{
"dimensions": [
{
"type": "listFiltered",
"delegate": "based_on",
"values": [
null,
"A",
"B"
]
}
],
"aggregations": [
{
"type": "doubleSum",
"fieldName": "value",
"name": "value"
}
],
"intervals": ["2025-01-01T00:00:00.000Z/2025-07-10T23:59:59.999Z"],
"queryType": "groupBy",
"granularity": "all",
"dataSource": "datasource_A"
}
```
will fail with:
```
Error: RUNTIME_FAILURE (OPERATOR)
Cannot invoke "String.getBytes(String)" because "string" is null
java.lang.NullPointerException
```
--
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]