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

    https://github.com/apache/spark/pull/10892#discussion_r51083142
  
    --- Diff: 
external/akka/src/main/scala/org/apache/spark/streaming/akka/ActorReceiver.scala
 ---
    @@ -202,12 +294,11 @@ private[akka] case class ByteBufferData(bytes: 
ByteBuffer) extends ActorReceiver
      * }}}
      */
     private[akka] class ActorReceiverSupervisor[T: ClassTag](
    -    actorSystemCreator: () => ActorSystem,
    -    props: Props,
    -    name: String,
    -    storageLevel: StorageLevel,
    -    receiverSupervisorStrategy: SupervisorStrategy
    -  ) extends Receiver[T](storageLevel) with Logging {
    +   actorSystemCreator: () => ActorSystem,
    --- End diff --
    
    If I am not wrong, arguments are indented 4 spaces, are you sure this 
adheres to the style guide ? [Style 
guide](https://cwiki.apache.org/confluence/display/SPARK/Spark+Code+Style+Guide#SparkCodeStyleGuide-Indentation)


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