Can you explain how aggregation on complex type works (or supposed to work).

Thanks
Padma


> On Apr 11, 2018, at 12:15 PM, Gautam Parai <gpa...@mapr.com> wrote:
> 
> Hi all,
> 
> 
> I am implementing a new aggregate function which also handles Complex types 
> (map and list). However, the codegen barfs with
> 
> 
> CompileException: Line 104, Column 39: A method named "setSafe" is not 
> declared in any enclosing class nor any supertype, nor through a static import
> 
> 
> It looks like we do not have set()/ setSafe() methods for 
> MapVector/ListVector mutators.
> 
> 
> Should we add these methods to the Mutator interface to ensure all mutators 
> implement them? Is these a reason we chose not to do so?
> 
> 
> Please let me know your thoughts. Thanks!
> 
> 
> Gautam

Reply via email to