spark version 2.1.0, vector is from ml package. the Vector in mllib has a public VectorUDT type
On Thu, Mar 30, 2017 at 10:57 AM, Ryan <ryan.hd....@gmail.com> wrote: > I'm writing a transformer and the input column is vector type(which is the > output column from other transformer). But as the VectorUDT is private, how > could I check/transform schema for the vector column? >