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

    https://github.com/apache/spark/pull/7375#discussion_r34498770
  
    --- Diff: core/src/test/java/org/apache/spark/JavaAPISuite.java ---
    @@ -63,6 +63,7 @@
     // The test suite itself is Serializable so that anonymous Function 
implementations can be
     // serialized, as an alternative to converting these anonymous classes to 
static inner classes;
     // see http://stackoverflow.com/questions/758570/.
    +@SuppressWarnings("serial")
    --- End diff --
    
    Ok, I'll but there the id instead of warning.
    
    There's a lot of warnings when you run maven build. But I believe they were 
not shown by default when you clicked "import maven project" in fresh 
installation of scala-ide two month ago. Only these serialization warnings. 
Fixing more warnings would be for some other PR.


---
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.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to