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

    https://github.com/apache/spark/pull/640#discussion_r12358888
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/ShuffleMapTask.scala ---
    @@ -17,11 +17,13 @@
     
     package org.apache.spark.scheduler
     
    +import scala.language.existentials
    +
     import java.io._
     import java.util.zip.{GZIPInputStream, GZIPOutputStream}
     
     import scala.collection.mutable.HashMap
    -import scala.language.existentials
    +import scala.util.Try
    --- End diff --
    
    (talked offline, but just in case anyone else was curious, the order is 
scala.language.* > java > scala > library > spark. The scala language features 
are made special because they're intended to change the way the compiler 
behaves, although it's more of a futureproof thing right now.)


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

Reply via email to