druid
druid copied to clipboard
Apache Druid: a high performance real-time analytics database.
### Description Feel free to close this if there is a better place to put this or if I'm incorrect. But I feel like there are improvements that could be...
Getting an error the pollingLookup type is not found when adding a lookup in the UI ### Affected Version 30.0.0 ### Description Getting error that lookup type pollingLookup is not...
### Description Support listing running queries (similarily to Dart) discussion: https://github.com/apache/druid/pull/18003/files/a1b5dea0794541b25a17effe605e9f303fac9ba5#r2109349522 * listing from all engines running in the system seems like the right response to that api call *...
### Description Broker maintains a timeline of segments which it builds overtime upon receiving updates from historical server and it uses this timeline to answer queries. Broker isn’t aware of...
Adds QOS filtering for the overlord so that health check threads are not blocked.
### Description The Druid Console Workbench will auto-complete in the wrong contexts and should be smarter. I propose the following changes: * "enter" shouldn't trigger an auto-complete * Numerals should...
Fixes Eager Double Parsing/Try to deserialize base64 strings as ddsketch to allow raw ddsketch at ingestion time. ### Description Fixes Eager Double Parsing/Try to deserialize base64 strings as ddsketch to...
For proactively catching runtime issues like #18015 , it would be useful to have integration tests for `druid-iceberg-extensions` as unit tests might not be sufficient here.
### Affected Version Apache Druid 33.0.0 ### Description When upgrading or deploying a new Druid cluster with the `druid-kubernetes-extension`, the broker, historical and router nodes cannot talk to the coordinator...
Fixes #XXXX. ### Description ## Clarify reference to MSQ/Druid SQL around indexSpec in the query context. The reference to `indexSpec` within a query context for SQL was ambiguous. Made an...