[GitHub] spark pull request #19309: [SPARK-19558][sql] Add config key to register Que...

2017-10-10 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/19309 --- - To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org

[GitHub] spark pull request #19309: [SPARK-19558][sql] Add config key to register Que...

2017-10-09 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/19309#discussion_r143562613 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/util/ExecutionListenerManagerSuite.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #19309: [SPARK-19558][sql] Add config key to register Que...

2017-10-07 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/19309#discussion_r143346651 --- Diff: sql/core/src/test/scala/org/apache/spark/sql/util/ExecutionListenerManagerSuite.scala --- @@ -0,0 +1,69 @@ +/* + * Licensed to the Apa

[GitHub] spark pull request #19309: [SPARK-19558][sql] Add config key to register Que...

2017-09-28 Thread vanzin
Github user vanzin commented on a diff in the pull request: https://github.com/apache/spark/pull/19309#discussion_r141715636 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2687,6 +2688,59 @@ private[spark] object Utils extends Logging { def stringToSe

[GitHub] spark pull request #19309: [SPARK-19558][sql] Add config key to register Que...

2017-09-28 Thread squito
Github user squito commented on a diff in the pull request: https://github.com/apache/spark/pull/19309#discussion_r141712571 --- Diff: core/src/main/scala/org/apache/spark/util/Utils.scala --- @@ -2687,6 +2688,59 @@ private[spark] object Utils extends Logging { def stringToSe

[GitHub] spark pull request #19309: [SPARK-19558][sql] Add config key to register Que...

2017-09-21 Thread vanzin
GitHub user vanzin opened a pull request: https://github.com/apache/spark/pull/19309 [SPARK-19558][sql] Add config key to register QueryExecutionListeners automatically. This change adds a new SQL config key that is equivalent to SparkContext's "spark.extraListeners", allowing u