aho135

Results 4 issues of 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...

Area - Querying
Area - Web Console

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...

Area - Segment Format and Ser/De

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...

Uncategorized problem report

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 |...

Bug
Area - SQL