aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2016-06-20 21:51:02 -0700
committerReynold Xin <rxin@databricks.com>2016-06-20 21:51:02 -0700
commit18a8a9b1f4114211cd108efda5672f2bd2c6e5cd (patch)
treea8ad1b08b6d37604d03258578b7c60a4191ccbef /sql
parentd9a3a2a0bec504d17d3b94104d449ee3bd850120 (diff)
downloadspark-18a8a9b1f4114211cd108efda5672f2bd2c6e5cd.tar.gz
spark-18a8a9b1f4114211cd108efda5672f2bd2c6e5cd.tar.bz2
spark-18a8a9b1f4114211cd108efda5672f2bd2c6e5cd.zip
[SPARK-16074][MLLIB] expose VectorUDT/MatrixUDT in a public API
## What changes were proposed in this pull request? Both VectorUDT and MatrixUDT are private APIs, because UserDefinedType itself is private in Spark. However, in order to let developers implement their own transformers and estimators, we should expose both types in a public API to simply the implementation of transformSchema, transform, etc. Otherwise, they need to get the data types using reflection. ## How was this patch tested? Unit tests in Scala and Java. Author: Xiangrui Meng <meng@databricks.com> Closes #13789 from mengxr/SPARK-16074.
Diffstat (limited to 'sql')
0 files changed, 0 insertions, 0 deletions