Abhishek Agarwal
Abhishek Agarwal
> Yes while looking at the issue and changes above, I had observed that the time buckets generation for time-granularity queries could be improved. One crude way of stopping time-grain...
Thanks for writing this up. We also would like to be able to store these exceptions in the database. We do that already for task failures message for example but...
> For example, if a BAD_TIMESTAMP error is raised, without the exception message, we don't know what the error input is, and we don't know we know where the source...
Incorrect result format for queries with single value filters and GROUPING SET on the same dimension
does this seem like the right native plan for this query? (I replaced the "countryName" post-aggregator with a virtual column and then used that in the subTotalSpec) It generates the...
I think https://github.com/apache/druid/pull/12418 caused it. @somu-imply FYI.
It will likely fix #13163
@somu-imply - I looked at that benchmark. None of those queries seem to have any complex sub-query. It would be better to hand-craft a couple of nested group-by queries that...
It will be fixed in the upcoming 24.0.1 release.
@capistrant - are you still working on this PR? Asking since this is a really useful feature. And after this, we can enable the auto-killing of unused segments.
Got it. Thanks for explaining. On Sun, 23 Oct 2022 at 7:13 AM, Clint Wylie ***@***.***> wrote: > ***@***.**** commented on this pull request. > ------------------------------ > > In >...