This message was deleted.
# general
s
This message was deleted.
d
Here are the existing options - note we have already enabled the datasketches extension
We have a field that represents the key for the sketch and another integer field that represents the summary value (in our input file)
v
That does not seem to be an aggregator that the UI is currently aware off but do not let you slow you down... The UI is built to be extensible and to have plenty of "fallbacks". Let me show you:
first of all you can type literally anything you want into that field:
of course the UI will not know what are the other fields that are associated with that type but then you can just go to
Edit spec
and edit that specific agg as you see fit
the rest of the UI will still 100% work
this is done in such a way because Druid is very extendable and you might add your own
coolAgg
and then still want to use it from the UI
so I just wrote in the Edit spec:
and when I do back to
Configure schema
I see:
which is great! it is clearly an error coming form the
arrayOfDoublesSketch
since
comment
is not a base64 thing
d
Thank you very much @Vadim - this was very helpful and I’ll try it out!
v
Thank you, in the mean time I will make sure the UI becomes aware of ArrayOfDoubles
🙌 1
Added to the console! https://github.com/apache/druid/pull/13486 Happy Friday!
d
That was quick, thank you for this Vadim!