Gian Merlino

Results 33 issues of Gian Merlino

Currently, the `druid-kubernetes-extension` is in experimental status: https://druid.apache.org/docs/latest/development/extensions-core/kubernetes.html: > Consider this an [EXPERIMENTAL](https://druid.apache.org/docs/latest/development/experimental.html) feature mostly because it has not been tested yet on a wide variety of long running Druid...

Area - Extension
Kubernetes

Two changes: 1) Restore the text of the SQL query. It was removed in #12897, but then it was later pointed out that the text is helpful for end users...

Area - SQL

Java 17 is the current LTS release. We'd like to officially support this.

Area - Operations

This proposal is about extending Druid to support multi-stage distributed queries, something that I think will be really exciting and amp up what Druid is capable of. ## Motivation Today...

Design Review
Proposal

Fixes #13182. PR #12944 added a check at the execution layer to avoid materializing excessive amounts of time-granular buckets. This patch modifies the SQL planner to avoid generating queries that...

Bug
Area - SQL

Builds on the concept from #11172 and adds a way to feed HLL sketches with UTF-8 bytes. This must be an option rather than always-on, because prior to this patch,...

Performance
Area - Querying

Reported in Slack here: https://apachedruidworkspace.slack.com/archives/C0309C9L90D/p1663633728125109. Logs reproduced below. I think what is happening here is that the changes in #12404 make the task `type` from the Overlord tasks API return...

Bug
Area - Segment Balancing/Coordination

It's possible to get NoRouteToHostExceptions as well as ConnectExceptions when attempting to connect to the kafka broker. I don't think any others are possible, at least based on the docs...

This PR sets up a cross build for 2.11.7 and updates SBT. The tests passed and things worked when I tried it out on my machine.

In the table vis, I would like to be able to select multiple rows to filter on. Currently I can only select one row, and then when I confirm it,...

incomplete feature