[GitHub] spark pull request #17844: [SPARK-20548][FLAKY-TEST] share one REPL instance...

2017-05-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17844 --- 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 #17844: [SPARK-20548][FLAKY-TEST] share one REPL instance...

2017-05-08 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/17844#discussion_r115200884 --- Diff: repl/scala-2.11/src/test/scala/org/apache/spark/repl/ReplSuite.scala --- @@ -373,52 +190,6 @@ class ReplSuite extends SparkFunSuite {

[GitHub] spark pull request #17844: [SPARK-20548][FLAKY-TEST] share one REPL instance...

2017-05-05 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/17844#discussion_r115098191 --- Diff: repl/scala-2.11/src/test/scala/org/apache/spark/repl/SingletonReplSuite.scala --- @@ -0,0 +1,404 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #17844: [SPARK-20548][FLAKY-TEST] share one REPL instance...

2017-05-05 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/17844#discussion_r115097789 --- Diff: repl/scala-2.11/src/test/scala/org/apache/spark/repl/ReplSuite.scala --- @@ -373,52 +190,6 @@ class ReplSuite extends SparkFunSuite { }

[GitHub] spark pull request #17844: [SPARK-20548][FLAKY-TEST] share one REPL instance...

2017-05-05 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/17844#discussion_r115095994 --- Diff: repl/scala-2.11/src/test/scala/org/apache/spark/repl/SingletonReplSuite.scala --- @@ -0,0 +1,404 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #17844: [SPARK-20548][FLAKY-TEST] share one REPL instance...

2017-05-05 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/17844#discussion_r115096431 --- Diff: repl/scala-2.11/src/test/scala/org/apache/spark/repl/SingletonReplSuite.scala --- @@ -0,0 +1,404 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #17844: [SPARK-20548][FLAKY-TEST] share one REPL instance...

2017-05-05 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/17844#discussion_r115098412 --- Diff: repl/scala-2.11/src/test/scala/org/apache/spark/repl/SingletonReplSuite.scala --- @@ -0,0 +1,404 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #17844: [SPARK-20548][FLAKY-TEST] share one REPL instance...

2017-05-05 Thread zsxwing
Github user zsxwing commented on a diff in the pull request: https://github.com/apache/spark/pull/17844#discussion_r115060517 --- Diff: repl/scala-2.11/src/test/scala/org/apache/spark/repl/SingletonReplSuite.scala --- @@ -0,0 +1,404 @@ +/* + * Licensed to the Apache

[GitHub] spark pull request #17844: [SPARK-20548][FLAKY-TEST] share one REPL instance...

2017-05-03 Thread cloud-fan
GitHub user cloud-fan opened a pull request: https://github.com/apache/spark/pull/17844 [SPARK-20548][FLAKY-TEST] share one REPL instance among REPL test cases ## What changes were proposed in this pull request? `ReplSuite.newProductSeqEncoder with REPL defined class` was