aho135
aho135
Fixes #XXXX. ### Description When druid.sql.planner.requireTimeCondition is set to true the datasource preview fails to load because it makes a query without a time filter. This PR adds the ability...
Fixes #18156 ### Description When sorting StructuredData objects there is scenario that causes an IllegalArgumentException in TimSort. This occurs when there are two equivalent JSON objects with different key ordering...
We are ingesting a complex json column and are occasionally running into a bug during ingestion where the task fails with: java.lang.RuntimeException: java.lang.IllegalArgumentException: Comparison method violates its general contract! This...
We are observing incorrect output for UNNEST when applying it on nested arrays ### Affected Version 32.0.1 ### Description Given the following "values" table: __time | value -------------------------------|------- 2025-04-24T21:20:10.000Z |...