Slackbot
04/17/2023, 3:27 PMJan Felix Reuter
04/17/2023, 4:01 PMVadim
04/17/2023, 4:10 PMVadim
04/17/2023, 4:11 PMlongLast for ingestion and it seems to work at least in the data loader (via the sampler):Vadim
04/17/2023, 4:14 PMLongLastAggregatorFactory is not supported during ingestion for rollupJan Felix Reuter
04/17/2023, 4:21 PMDavid McHealy
04/17/2023, 4:59 PMselect count(*), latest(myfield) from table group by 2 because it is an agg of an agg. But I found you can actually group by it by using a scalar instead of latest , eg json_value(parse_json(to_json_string("myfield")),'$.rhs', 'STRING')). Ideally you could just use json_value, but you can't seem to treat a Complex<Tuple<T1,T2>> as json even though it renders that way (probably an oversight in druid, no more than that).David McHealy
04/17/2023, 5:07 PMJan Felix Reuter
04/17/2023, 6:05 PMAbhishek Agarwal
04/18/2023, 8:30 AMJan Felix Reuter
04/18/2023, 8:36 AM