Repository: spark
Updated Branches:
  refs/heads/master 0b903caef -> 2422c86f2


[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/api/r/`, 
`sql/core/src/main/scala/org/apache/spark/sql/api/r/` and 
`mllib/src/main/scala/org/apache/spark/ml/r/` too.

This will enables the tests, 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

Author: hyukjinkwon <gurwls...@gmail.com>

Closes #17427 from HyukjinKwon/SPARK-20092.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/2422c86f
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/2422c86f
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/2422c86f

Branch: refs/heads/master
Commit: 2422c86f2ce2dd649b1d63062ec5c5fc1716c519
Parents: 0b903ca
Author: hyukjinkwon <gurwls...@gmail.com>
Authored: Sat Mar 25 23:29:02 2017 -0700
Committer: Felix Cheung <felixche...@apache.org>
Committed: Sat Mar 25 23:29:02 2017 -0700

----------------------------------------------------------------------
 appveyor.yml | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/2422c86f/appveyor.yml
----------------------------------------------------------------------
diff --git a/appveyor.yml b/appveyor.yml
index 5adf1b4..bbb2758 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -27,6 +27,9 @@ branches:
 only_commits:
   files:
     - R/
+    - sql/core/src/main/scala/org/apache/spark/sql/api/r/
+    - core/src/main/scala/org/apache/spark/api/r/
+    - mllib/src/main/scala/org/apache/spark/ml/r/
 
 cache:
   - C:\Users\appveyor\.m2


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to