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

    https://github.com/apache/spark/pull/5662#discussion_r28959874
  
    --- Diff: 
repl/scala-2.11/src/main/scala/org/apache/spark/repl/SparkIMain.scala ---
    @@ -1129,7 +1129,7 @@ class SparkIMain(@BeanProperty val factory: 
ScriptEngineFactory, initialSettings
     
         def apply(line: String): Result = debugging(s"""parse("$line")""")  {
           var isIncomplete = false
    -      currentRun.reporting.withIncompleteHandler((_, _) => isIncomplete = 
true) {
    +      currentRun.parsing.withIncompleteHandler((_, _) => isIncomplete = 
true) {
    --- End diff --
    
    Just curious, was this a break across maintenance releases? or is this 
basically not a public Scala API anyway?
    
    Are there any potential gotchas in updating? You know more than I would. I 
tend to favor updating as well to get fixes.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to