GitHub user HyukjinKwon opened a pull request:

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

    [SPARK-20092][R][PROJECT INFRA] Add the detection for Scala codes dedicated 
for R in AppVeyor tests

    ## What changes were proposed in this pull request?
    
    We are currently detecting the changes in `R/` directory only and then 
trigger AppVeyor tests.
    
    It seems we need to tests when there are Scala codes dedicated for R in 
`core/src/main/scala/org/apache/spark/r/` and 
`sql/core/src/main/scala/org/apache/spark/sql/api/r/` too.
    
    This will enables the changes, for example, for SPARK-20088.
    
    ## How was this patch tested?
    
    Tests with manually created PRs. 
    
    - Changes in 
`sql/core/src/main/scala/org/apache/spark/sql/api/r/SQLUtils.scala` 
https://github.com/spark-test/spark/pull/13
    - Changes in `core/src/main/scala/org/apache/spark/api/r/SerDe.scala` 
https://github.com/spark-test/spark/pull/12
    - Changes in `README.md` https://github.com/spark-test/spark/pull/14


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

    $ git pull https://github.com/HyukjinKwon/spark SPARK-20092

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

    https://github.com/apache/spark/pull/17427.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 #17427
    
----
commit cfb3a88d81ca2db4ff90eeaf08b4403154199d79
Author: hyukjinkwon <[email protected]>
Date:   2017-03-25T06:02:48Z

    Add Scala codes that are related with R

----


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