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/15 02:58:04 UTC

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

Shivaram Venkataraman created SPARK-9053:
--------------------------------------------

             Summary: 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
            Reporter: Shivaram Venkataraman


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