srowen commented on a change in pull request #33879:
URL: https://github.com/apache/spark/pull/33879#discussion_r737507186
##########
File path: core/src/main/scala/org/apache/spark/serializer/JavaSerializer.scala
##########
@@ -28,8 +28,10 @@ import org.apache.spark.internal.config._
import org.apache.spark.util.{ByteBufferInputStream, ByteBufferOutputStream,
Utils}
private[spark] class JavaSerializationStream(
- out: OutputStream, counterReset: Int, extraDebugInfo: Boolean)
- extends SerializationStream {
+ out: OutputStream,
Review comment:
I think this is fine, if this is what scalafmt does to this file -
otherwise I'd say leave it
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]