[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-13 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100827652 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest wit

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-13 Thread ala
Github user ala commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100825479 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest with Shar

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-13 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100789955 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest with Sha

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-13 Thread ala
Github user ala commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100764417 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest with Shar

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100399822 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest with

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread rxin
Github user rxin commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100396033 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest with Sha

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100389578 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest wit

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100386073 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest with

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/16872 --- 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 #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100350259 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest wit

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread ala
Github user ala commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100347811 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest with Shar

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread ala
Github user ala commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100316320 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest with Shar

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100310307 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest wit

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100309681 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/basicPhysicalOperators.scala --- @@ -443,6 +443,10 @@ case class RangeExec(range: org.

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread hvanhovell
Github user hvanhovell commented on a diff in the pull request: https://github.com/apache/spark/pull/16872#discussion_r100308080 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/DataFrameRangeSuite.scala --- @@ -127,4 +133,28 @@ class DataFrameRangeSuite extends QueryTest wit

[GitHub] spark pull request #16872: [SPARK-19514] Making range interruptible.

2017-02-09 Thread ala
GitHub user ala opened a pull request: https://github.com/apache/spark/pull/16872 [SPARK-19514] Making range interruptible. ## What changes were proposed in this pull request? Previously range operator could not be interrupted. For example, using DAGScheduler.cancelStage(..