fabricebaranski opened a new issue, #16543:
URL: https://github.com/apache/druid/issues/16543
Please provide a detailed title (e.g. "Broker crashes when using TopN query
with Bound filter" instead of just "Broker crashes").
### Affected Version
Druid version 29.0.1
### Description
Step 1: Create a datasource using this query (select array ingest mode:
array)
```
INSERT INTO "jsondatasource"
SELECT ARRAY['{"key": "value1"}'] as "jsonarray"
PARTITIONED BY ALL
```
Step 2: Query your datasource
`SELECT PARSE_JSON("json") FROM "jsondatasource" CROSS JOIN
UNNEST("jsonarray") AS "json"`
I get the following error:
```
Error: RUNTIME_FAILURE (OPERATOR)
Selector must have a dictionary
org.apache.druid.java.util.common.ISE
```
--
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]