aboutsummaryrefslogtreecommitdiff
path: root/R
diff options
context:
space:
mode:
authorReynold Xin <rxin@databricks.com>2015-12-28 20:43:06 -0800
committerReynold Xin <rxin@databricks.com>2015-12-28 20:43:06 -0800
commit1a91be807802ec88c068f1090dafe8fbfb1c6d5c (patch)
treed212fd78506796b5a96eeea50b5469b8ce4adb05 /R
parent043135819c487abe9657c11006ce468a6e1f262e (diff)
downloadspark-1a91be807802ec88c068f1090dafe8fbfb1c6d5c.tar.gz
spark-1a91be807802ec88c068f1090dafe8fbfb1c6d5c.tar.bz2
spark-1a91be807802ec88c068f1090dafe8fbfb1c6d5c.zip
[SPARK-12547][SQL] Tighten scala style checker enforcement for UDF registration
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. In this pull request, I only disabled line length check, and fixed a problem (lack explicit types for public methods). Author: Reynold Xin <rxin@databricks.com> Closes #10501 from rxin/SPARK-12547.
Diffstat (limited to 'R')
0 files changed, 0 insertions, 0 deletions