[GitHub] spark issue #17982: [SPARK-20395][BUILD] Update Scala to 2.11.11 and zinc to...

2018-02-08 Thread tovbinm
Github user tovbinm commented on the issue: https://github.com/apache/spark/pull/17982 2.12 would be even better. I haven't seen a ticket related to 2.12 upgrade. I can give it a try. --- - To unsubscribe, e-mail

[GitHub] spark issue #17982: [SPARK-20395][BUILD] Update Scala to 2.11.11 and zinc to...

2018-02-08 Thread tovbinm
Github user tovbinm commented on the issue: https://github.com/apache/spark/pull/17982 @som-snytt @srowen what about `2.11.12`? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional

[GitHub] spark issue #20321: [SPARK-23152][ML] - Correctly guard against empty datase...

2018-01-23 Thread tovbinm
Github user tovbinm commented on the issue: https://github.com/apache/spark/pull/20321 anyone? --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h

[GitHub] spark pull request #20321: [SPARK-23152][ML] - Correctly guard against empty...

2018-01-19 Thread tovbinm
Github user tovbinm commented on a diff in the pull request: https://github.com/apache/spark/pull/20321#discussion_r162678515 --- Diff: mllib/src/main/scala/org/apache/spark/ml/classification/Classifier.scala --- @@ -109,7 +109,7 @@ abstract class Classifier[ case None

[GitHub] spark pull request #20321: [SPARK-23152][ML] - Correctly guard against empty...

2018-01-18 Thread tovbinm
GitHub user tovbinm opened a pull request: https://github.com/apache/spark/pull/20321 [SPARK-23152][ML] - Correctly guard against empty datasets ## What changes were proposed in this pull request? Correctly guard against empty datasets