-
- Downloads
[SPARK-10468] [ MLLIB ] Verify schema before Dataframe select API call
Loader.checkSchema was called to verify the schema after dataframe.select(...). Schema verification should be done before dataframe.select(...) Author: Vinod K C <vinod.kc@huawei.com> Closes #8636 from vinodkc/fix_GaussianMixtureModel_load_verification.
Showing
- mllib/src/main/scala/org/apache/spark/mllib/clustering/GaussianMixtureModel.scala 1 addition, 2 deletions.../apache/spark/mllib/clustering/GaussianMixtureModel.scala
- mllib/src/main/scala/org/apache/spark/mllib/feature/Word2Vec.scala 1 addition, 3 deletions.../main/scala/org/apache/spark/mllib/feature/Word2Vec.scala
Loading
Please register or sign in to comment