Hmm. I see. Yes, I guess that won't work then.
I don't understand what you are proposing about UDFRegistration. I only see
methods that take tuples of various sizes (1 .. 22).
On Tue, May 17, 2016 at 1:00 PM, Michael Armbrust
wrote:
> I don't think that you will be able to do that. ScalaReflec
I don't think that you will be able to do that. ScalaReflection is based
on the TypeTag of the object, and thus the schema of any particular object
won't be available to it.
Instead I think you want to use the register functions in UDFRegistration
that take a schema. Does that make sense?
On Tue