Hi, I have an aggregate function of the form:
class Foo extends AggregateFunction[Array[Json], util.List[Json]]
I want to treat the accumulator as a "RAW" type, since Json is an abstract class and this fails at runtime.
Is there any way to annotate the AggregateFunction accumulator type? All the examples in the docs refer to Scalar functions.
--
Best Regards,
Yuval Itzchakov.