Github user srowen commented on a diff in the pull request: https://github.com/apache/spark/pull/22855#discussion_r229738794 --- Diff: core/src/main/scala/org/apache/spark/serializer/KryoSerializer.scala --- @@ -30,6 +30,7 @@ import scala.util.control.NonFatal import com.esotericsoftware.kryo.{Kryo, KryoException, Serializer => KryoClassSerializer} import com.esotericsoftware.kryo.io.{Input => KryoInput, Output => KryoOutput} import com.esotericsoftware.kryo.io.{UnsafeInput => KryoUnsafeInput, UnsafeOutput => KryoUnsafeOutput} +import com.esotericsoftware.kryo.pool._ --- End diff -- I'd spell out the imports for clarity unless it's going to run more than 2 lines or something
--- --------------------------------------------------------------------- To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org For additional commands, e-mail: reviews-h...@spark.apache.org