[GitHub] spark issue #14653: [SPARK-10931][PYSPARK][ML] PySpark ML Models should cont...

2016-10-13 Thread davidnavas
Github user davidnavas commented on the issue: https://github.com/apache/spark/pull/14653 Sadly, I don't have that superpower :( Leastwise not that I know. Perhaps Holden's appeal to @jkbradley was what worked last time? --- If your project is set up for it, you can reply

[GitHub] spark issue #14653: [SPARK-10931][PYSPARK][ML] PySpark ML Models should cont...

2016-10-10 Thread davidnavas
Github user davidnavas commented on the issue: https://github.com/apache/spark/pull/14653 @holdenk happy to help if I can, is there something a mere mortal like myself can accomplish? [dunno how to poke jenkins hereabouts] --- If your project is set up for it, you can reply

[GitHub] spark pull request #15084: [SPARK-17529][core] Implement BitSet.clearUntil a...

2016-09-16 Thread davidnavas
Github user davidnavas commented on a diff in the pull request: https://github.com/apache/spark/pull/15084#discussion_r79159837 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/joins/SortMergeJoinExec.scala --- @@ -954,12 +954,12 @@ private class

[GitHub] spark pull request #15084: [SPARK-17529][core] Implement BitSet.clearUntil a...

2016-09-16 Thread davidnavas
Github user davidnavas commented on a diff in the pull request: https://github.com/apache/spark/pull/15084#discussion_r79159856 --- Diff: core/src/main/scala/org/apache/spark/util/collection/BitSet.scala --- @@ -58,6 +53,19 @@ class BitSet(numBits: Int) extends Serializable

[GitHub] spark pull request #15084: [SPARK-17529][core] Implement BitSet.clearUntil a...

2016-09-13 Thread davidnavas
GitHub user davidnavas opened a pull request: https://github.com/apache/spark/pull/15084 [SPARK-17529][core] Implement BitSet.clearUntil and use it during merge joins ## What changes were proposed in this pull request? Add a clearUntil() method on BitSet (adapted from