Misha
Misha
Resolved a runtime exception triggered by executing limited and ordered scan queries via the MSQ engine.  ``` java.lang.RuntimeException: org.apache.druid.java.util.common.IOE: Encountered error while reading the output of stage [1], partition...
Fixed issue when msq queries throw ClassCastException with `"includeSegmentSource": "REALTIME"` and supervisor running. ```` Caused by: java.lang.ClassCastException: class [B cannot be cast to class org.apache.druid.query.aggregation.datasketches.hll.HllSketchHolder ([B is in module java.base...
# Improvements Implemented a way to limit on the number of query controller tasks running at the same time. This limit specifies what percentage or amount of task slots can...
### What is changed and how it works? Issue Number: Close #18253 What's Changed: ```commit-message Add a dedicated InvalidMaxTsUpdate RPC error so update_max_ts failures become real, typed errors instead of...
### Description This PR is aimed to enable flexible mapping of OIDC/JWT roles to Druid roles. By default, the pac4j OIDC authentication only maps the `sub` claim to a single...