Github user pwendell commented on a diff in the pull request:

    https://github.com/apache/spark/pull/15#discussion_r11011420
  
    --- Diff: repl/src/test/scala/org/apache/spark/repl/ReplSuite.scala ---
    @@ -242,4 +242,15 @@ class ReplSuite extends FunSuite {
           assertContains("res4: Array[Int] = Array(0, 0, 0, 0, 0)", output)
         }
       }
    +
    +  test("collecting objects of class defined in repl") {
    +    val output = runInterpreter("local[2]",
    --- End diff --
    
    did you verify that this test fails when your changes are not included? I 
tried removing your changes re-compiling and running this test and it seemed to 
pass. But maybe I just messed something up...


---
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 enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to