You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Shivaram Venkataraman (JIRA)" <ji...@apache.org> on 2015/07/31 18:35:04 UTC

[jira] [Updated] (SPARK-9053) Fix spaces around parens, infix operators etc.

     [ https://issues.apache.org/jira/browse/SPARK-9053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shivaram Venkataraman updated SPARK-9053:
-----------------------------------------
    Assignee: Yu Ishikawa

> Fix spaces around parens, infix operators etc.
> ----------------------------------------------
>
>                 Key: SPARK-9053
>                 URL: https://issues.apache.org/jira/browse/SPARK-9053
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SparkR
>            Reporter: Shivaram Venkataraman
>            Assignee: Yu Ishikawa
>             Fix For: 1.5.0
>
>
> We have a number of style errors which look like 
> {code}
> Place a space before left parenthesis
> ...
> Put spaces around all infix operators.
> {code}
> However some of the warnings are spurious (example space around infix operator in
> {code}
> expect_equal(collect(select(df, hypot(df$a, df$b)))[4, "HYPOT(a, b)"], sqrt(4^2 + 8^2))
> {code}
> We should add a ignore rule for these spurious examples



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