- Wrap inner group-by queries in a "query" JSON object to fix their functionality. Related Druid docs here.
- Introduce an
InnerGroupByQueryRequestData
class to properly structure the inner query data, ensuring it includes the required "query" type identifier.
- Introduce an