spark git commit: [SPARK-12327] Disable commented code lintr temporarily

2015-12-14 Thread shivaram
Repository: spark Updated Branches: refs/heads/master b51a4cdff -> fb3778de6 [SPARK-12327] Disable commented code lintr temporarily cc yhuai felixcheung shaneknapp Author: Shivaram Venkataraman Closes #10300 from shivaram/comment-lintr-disable. Project:

spark git commit: [SPARK-12327] Disable commented code lintr temporarily

2015-12-14 Thread shivaram
Repository: spark Updated Branches: refs/heads/branch-1.6 c0f0f6cb0 -> 352a0c80f [SPARK-12327] Disable commented code lintr temporarily cc yhuai felixcheung shaneknapp Author: Shivaram Venkataraman Closes #10300 from shivaram/comment-lintr-disable. (cherry picked

spark git commit: [SPARK-12188][SQL][FOLLOW-UP] Code refactoring and comment correction in Dataset APIs

2015-12-14 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 9ea1a8efc -> d13ff82cb [SPARK-12188][SQL][FOLLOW-UP] Code refactoring and comment correction in Dataset APIs marmbrus This PR is to address your comment. Thanks for your review! Author: gatorsmile Closes #10214

spark git commit: [SPARK-12274][SQL] WrapOption should not have type constraint for child

2015-12-14 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master fb3778de6 -> 9ea1a8efc [SPARK-12274][SQL] WrapOption should not have type constraint for child I think it was a mistake, and we have not catched it so far until https://github.com/apache/spark/pull/10260 which begin to check if the

spark git commit: [SPARK-12288] [SQL] Support UnsafeRow in Coalesce/Except/Intersect.

2015-12-14 Thread davies
Repository: spark Updated Branches: refs/heads/master d13ff82cb -> 606f99b94 [SPARK-12288] [SQL] Support UnsafeRow in Coalesce/Except/Intersect. Support UnsafeRow for the Coalesce/Except/Intersect. Could you review if my code changes are ok? davies Thank you! Author: gatorsmile

spark git commit: [MINOR][DOC] Fix broken word2vec link

2015-12-14 Thread srowen
Repository: spark Updated Branches: refs/heads/master ed87f6d3b -> e25f1fe42 [MINOR][DOC] Fix broken word2vec link Follow-up of [SPARK-12199](https://issues.apache.org/jira/browse/SPARK-12199) and #10193 where a broken link has been left as is. Author: BenFradet

spark git commit: [MINOR][DOC] Fix broken word2vec link

2015-12-14 Thread srowen
Repository: spark Updated Branches: refs/heads/branch-1.6 94ce5025f -> c0f0f6cb0 [MINOR][DOC] Fix broken word2vec link Follow-up of [SPARK-12199](https://issues.apache.org/jira/browse/SPARK-12199) and #10193 where a broken link has been left as is. Author: BenFradet

spark git commit: [SPARK-12016] [MLLIB] [PYSPARK] Wrap Word2VecModel when loading it in pyspark

2015-12-14 Thread davies
Repository: spark Updated Branches: refs/heads/master e25f1fe42 -> b51a4cdff [SPARK-12016] [MLLIB] [PYSPARK] Wrap Word2VecModel when loading it in pyspark JIRA: https://issues.apache.org/jira/browse/SPARK-12016 We should not directly use Word2VecModel in pyspark. We need to wrap it in a

spark git commit: [SPARK-12275] [SQL] No plan for BroadcastHint in some condition - 1.5 backport

2015-12-14 Thread andrewor14
Repository: spark Updated Branches: refs/heads/branch-1.5 e4cf12118 -> 0fdf5542b [SPARK-12275] [SQL] No plan for BroadcastHint in some condition - 1.5 backport backport #10265 to branch 1.5. When SparkStrategies.BasicOperators's "case BroadcastHint(child) => apply(child)" is hit, it only