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

    https://github.com/apache/spark/pull/17658#discussion_r113298757
  
    --- Diff: 
core/src/main/scala/org/apache/spark/scheduler/ApplicationEventListener.scala 
---
    @@ -57,4 +58,10 @@ private[spark] class ApplicationEventListener extends 
SparkListener {
           adminAclsGroups = allProperties.get("spark.admin.acls.groups")
         }
       }
    +
    +  override def onOtherEvent(event:SparkListenerEvent):Unit = event match {
    --- End diff --
    
    Scala style check failed Scalastyle checks failed  for this in the above run
    
    at following occurrences:
    [error] 
/home/jenkins/workspace/SparkPullRequestBuilder/core/src/main/scala/org/apache/spark/scheduler/ApplicationEventListener.scala:62:33:
 No space after token :
    [error] (core/compile:scalastyle) errors exist
    [error] Total time: 11 s, completed Apr 17, 2017 8:39:08 AM
    [error] running 
/home/jenkins/workspace/SparkPullRequestBuilder/dev/lint-scala ; received 
return code 1
    Attempting to post to Github...



---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscr...@spark.apache.org
For additional commands, e-mail: reviews-h...@spark.apache.org

Reply via email to