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

    https://github.com/apache/spark/pull/9661#discussion_r44958298
  
    --- Diff: 
core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala ---
    @@ -21,24 +21,24 @@ import java.io.{EOFException, IOException, InputStream, 
OutputStream}
     import java.nio.ByteBuffer
     import javax.annotation.Nullable
     
    -import scala.collection.JavaConverters._
    -import scala.collection.mutable.ArrayBuffer
    -import scala.reflect.ClassTag
    -
    -import com.esotericsoftware.kryo.{Kryo, KryoException}
     import com.esotericsoftware.kryo.io.{Input => KryoInput, Output => 
KryoOutput}
     import com.esotericsoftware.kryo.serializers.{JavaSerializer => 
KryoJavaSerializer}
    +import com.esotericsoftware.kryo.{Kryo, KryoException}
     import com.twitter.chill.{AllScalaRegistrar, EmptyScalaKryoInstantiator}
     import org.apache.avro.generic.{GenericData, GenericRecord}
    -
     import org.apache.spark._
     import org.apache.spark.api.python.PythonBroadcast
     import org.apache.spark.broadcast.HttpBroadcast
     import org.apache.spark.network.util.ByteUnit
     import org.apache.spark.scheduler.{CompressedMapStatus, 
HighlyCompressedMapStatus}
     import org.apache.spark.storage._
    -import org.apache.spark.util.{Utils, BoundedPriorityQueue, 
SerializableConfiguration, SerializableJobConf}
     import org.apache.spark.util.collection.{BitSet, CompactBuffer}
    +import org.apache.spark.util.{BoundedPriorityQueue, 
SerializableConfiguration, SerializableJobConf, Utils}
    +import org.roaringbitmap.RoaringBitmap
    +
    +import scala.collection.JavaConverters._
    +import scala.collection.mutable.ArrayBuffer
    --- End diff --
    
    Could you update your import rules to place scale package before third 
parties (as before this 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 [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