[GitHub] spark pull request #19051: [MINOR][BUILD] Fix build warnings and Java lint e...

2017-08-25 Thread srowen
Github user srowen closed the pull request at: https://github.com/apache/spark/pull/19051 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is ena

[GitHub] spark pull request #19051: [MINOR][BUILD] Fix build warnings and Java lint e...

2017-08-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19051#discussion_r135190132 --- Diff: mllib/src/test/scala/org/apache/spark/ml/tuning/CrossValidatorSuite.scala --- @@ -187,14 +187,13 @@ class CrossValidatorSuite cv2.getEstim

[GitHub] spark pull request #19051: [MINOR][BUILD] Fix build warnings and Java lint e...

2017-08-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19051#discussion_r135190085 --- Diff: common/kvstore/src/main/java/org/apache/spark/util/kvstore/KVStoreIterator.java --- @@ -31,7 +32,7 @@ * */ @Private -public

[GitHub] spark pull request #19051: [MINOR][BUILD] Fix build warnings and Java lint e...

2017-08-24 Thread srowen
Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/19051#discussion_r135190194 --- Diff: pom.xml --- @@ -2058,7 +2058,7 @@ ${java.version} -target ${java.version} -

[GitHub] spark pull request #19051: [MINOR][BUILD] Fix build warnings and Java lint e...

2017-08-24 Thread srowen
GitHub user srowen opened a pull request: https://github.com/apache/spark/pull/19051 [MINOR][BUILD] Fix build warnings and Java lint errors ## What changes were proposed in this pull request? Fix build warnings and Java lint errors. This just helps a bit in evaluating (new)