Atul Mohan
Atul Mohan
One of the important features Turnilo is currently missing is the ability to save/view custom reports. This can also be referred as Collections using which users can save a custom...
Incorrect result format for queries with single value filters and GROUPING SET on the same dimension
### Affected Version Tested on 0.22, 0.23 and 24.0 ### Description Consider the following SQL query: ``` select sum(added) AS added_sum, countryName from wikipedia where cityName = 'Cilacap' and countryName...
For proactively catching runtime issues like #18015 , it would be useful to have integration tests for `druid-iceberg-extensions` as unit tests might not be sufficient here.