-
- Downloads
[SPARK-21285][ML] VectorAssembler reports the column name of unsupported data type
## What changes were proposed in this pull request? add the column name in the exception which is raised by unsupported data type. ## How was this patch tested? + [x] pass all tests. Author: Yan Facai (颜发才) <facai.yan@gmail.com> Closes #18523 from facaiy/ENH/vectorassembler_add_col.
Showing
- mllib/src/main/scala/org/apache/spark/ml/feature/VectorAssembler.scala 9 additions, 6 deletions...n/scala/org/apache/spark/ml/feature/VectorAssembler.scala
- mllib/src/test/scala/org/apache/spark/ml/feature/VectorAssemblerSuite.scala 4 additions, 1 deletion...la/org/apache/spark/ml/feature/VectorAssemblerSuite.scala
Please register or sign in to comment