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