You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/12/29 03:39:49 UTC

[jira] [Created] (SPARK-12547) Tighten scala style checker enforcement for UDF registration

Reynold Xin created SPARK-12547:
-----------------------------------

             Summary: Tighten scala style checker enforcement for UDF registration
                 Key: SPARK-12547
                 URL: https://issues.apache.org/jira/browse/SPARK-12547
             Project: Spark
          Issue Type: Improvement
          Components: SQL
            Reporter: Reynold Xin
            Assignee: Reynold Xin


We use scalastyle:off to turn off style checks in certain places where it is not possible to follow the style guide. This is usually ok. However, in udf registration, we disable the checker for a large amount of code simply because some of them exceed 100 char line limit. It is better to just disable the line limit check rather than everything.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org