[GitHub] spark pull request #18419: [SPARK-20213][SQL][follow-up] introduce SQLExecut...

2017-06-27 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/18419#discussion_r124331858 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala --- @@ -100,7 +105,9 @@ object SQLExecution { // all

[GitHub] spark pull request #18419: [SPARK-20213][SQL][follow-up] introduce SQLExecut...

2017-06-26 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/18419 --- 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

[GitHub] spark pull request #18419: [SPARK-20213][SQL][follow-up] introduce SQLExecut...

2017-06-26 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18419#discussion_r124066988 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala --- @@ -100,7 +105,9 @@ object SQLExecution { // all

[GitHub] spark pull request #18419: [SPARK-20213][SQL][follow-up] introduce SQLExecut...

2017-06-26 Thread rdblue
Github user rdblue commented on a diff in the pull request: https://github.com/apache/spark/pull/18419#discussion_r124058801 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala --- @@ -100,7 +105,9 @@ object SQLExecution { // all

[GitHub] spark pull request #18419: [SPARK-20213][SQL][follow-up] introduce SQLExecut...

2017-06-26 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18419#discussion_r123933913 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala --- @@ -84,7 +89,15 @@ object SQLExecution {

[GitHub] spark pull request #18419: [SPARK-20213][SQL][follow-up] introduce SQLExecut...

2017-06-26 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/18419#discussion_r123932295 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala --- @@ -84,7 +89,15 @@ object SQLExecution {

[GitHub] spark pull request #18419: [SPARK-20213][SQL][follow-up] introduce SQLExecut...

2017-06-25 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18419#discussion_r123929987 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala --- @@ -118,4 +125,19 @@ object SQLExecution {

[GitHub] spark pull request #18419: [SPARK-20213][SQL][follow-up] introduce SQLExecut...

2017-06-25 Thread viirya
Github user viirya commented on a diff in the pull request: https://github.com/apache/spark/pull/18419#discussion_r123928964 --- Diff: sql/core/src/main/scala/org/apache/spark/sql/execution/SQLExecution.scala --- @@ -118,4 +125,19 @@ object SQLExecution {

[GitHub] spark pull request #18419: [SPARK-20213][SQL][follow-up] introduce SQLExecut...

2017-06-25 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/18419 [SPARK-20213][SQL][follow-up] introduce SQLExecution.ignoreNestedExecutionId ## What changes were proposed in this pull request? in https://github.com/apache/spark/pull/18064, to work