GitHub user yu-iskw opened a pull request:

    https://github.com/apache/spark/pull/8474

    [Minor][SparkR] Fix some validation problems in SparkR

    Getting rid of some validation problems in SparkR
    https://github.com/apache/spark/pull/7883
    
    cc @shivaram 
    
    ```
    inst/tests/test_Serde.R:26:1: style: Trailing whitespace is superfluous.
    
    ^~
    inst/tests/test_Serde.R:34:1: style: Trailing whitespace is superfluous.
    
    ^~
    inst/tests/test_Serde.R:37:38: style: Trailing whitespace is superfluous.
      expect_equal(class(x), "character")
                                         ^~
    inst/tests/test_Serde.R:50:1: style: Trailing whitespace is superfluous.
    
    ^~
    inst/tests/test_Serde.R:55:1: style: Trailing whitespace is superfluous.
    
    ^~
    inst/tests/test_Serde.R:60:1: style: Trailing whitespace is superfluous.
    
    ^~
    inst/tests/test_sparkSQL.R:611:1: style: Trailing whitespace is superfluous.
    
    ^~
    R/DataFrame.R:664:1: style: Trailing whitespace is superfluous.
    
    ^~~~~~~~~~~~~~
    R/DataFrame.R:670:55: style: Trailing whitespace is superfluous.
                    df <- data.frame(row.names = 1 : nrow)
                                                          ^~~~~~~~~~~~~~~~
    R/DataFrame.R:672:1: style: Trailing whitespace is superfluous.
    
    ^~~~~~~~~~~~~~
    R/DataFrame.R:686:49: style: Trailing whitespace is superfluous.
                        df[[names[colIndex]]] <- vec
                                                    ^~~~~~~~~~~~~~~~~~
    ```

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/yu-iskw/spark minor-fix-sparkr

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/8474.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #8474
    
----
commit e70df5db4ee4059c25adb7b4df2d94c9e616e2ef
Author: Yu ISHIKAWA <[email protected]>
Date:   2015-08-27T00:40:17Z

    [Minor] Fix some validation problems in SparkR

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to