spark git commit: [MINOR][R] Reorder `Collate` fields in DESCRIPTION file

2017-03-19 Thread felixcheung
Repository: spark
Updated Branches:
  refs/heads/master 5c165596d -> 60262bc95


[MINOR][R] Reorder `Collate` fields in DESCRIPTION file

## What changes were proposed in this pull request?

It seems cran check scripts corrects `R/pkg/DESCRIPTION` and follows the order 
in `Collate` fields.

This PR proposes to fix this so that running this script does not show up a 
diff in this file.

## How was this patch tested?

Manually via `./R/check-cran.sh`.

Author: hyukjinkwon 

Closes #17349 from HyukjinKwon/minor-cran.


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

Branch: refs/heads/master
Commit: 60262bc951864a7a3874ab3570b723198e99d613
Parents: 5c16559
Author: hyukjinkwon 
Authored: Sun Mar 19 10:30:34 2017 -0700
Committer: Felix Cheung 
Committed: Sun Mar 19 10:30:34 2017 -0700

--
 R/pkg/DESCRIPTION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/60262bc9/R/pkg/DESCRIPTION
--
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index 1635f71..2ea90f7 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -51,9 +51,9 @@ Collate:
 'serialize.R'
 'sparkR.R'
 'stats.R'
+'streaming.R'
 'types.R'
 'utils.R'
 'window.R'
-'streaming.R'
 RoxygenNote: 5.0.1
 VignetteBuilder: knitr


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



spark git commit: [MINOR][R] Reorder `Collate` fields in DESCRIPTION file

2017-04-04 Thread felixcheung
Repository: spark
Updated Branches:
  refs/heads/master 0736980f3 -> 0e2ee8204


[MINOR][R] Reorder `Collate` fields in DESCRIPTION file

## What changes were proposed in this pull request?

It seems cran check scripts corrects `R/pkg/DESCRIPTION` and follows the order 
in `Collate` fields.

This PR proposes to fix `catalog.R`'s order so that running this script does 
not show up a small diff in this file every time.

## How was this patch tested?

Manually via `./R/check-cran.sh`.

Author: hyukjinkwon 

Closes #17528 from HyukjinKwon/minor-reorder-description.


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

Branch: refs/heads/master
Commit: 0e2ee8204415d28613a60593f2b6e2b3d4ef794f
Parents: 0736980
Author: hyukjinkwon 
Authored: Tue Apr 4 11:42:14 2017 -0700
Committer: Felix Cheung 
Committed: Tue Apr 4 11:42:14 2017 -0700

--
 R/pkg/DESCRIPTION | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
--


http://git-wip-us.apache.org/repos/asf/spark/blob/0e2ee820/R/pkg/DESCRIPTION
--
diff --git a/R/pkg/DESCRIPTION b/R/pkg/DESCRIPTION
index f475ee8..879c1f8 100644
--- a/R/pkg/DESCRIPTION
+++ b/R/pkg/DESCRIPTION
@@ -32,10 +32,10 @@ Collate:
 'pairRDD.R'
 'DataFrame.R'
 'SQLContext.R'
-'catalog.R'
 'WindowSpec.R'
 'backend.R'
 'broadcast.R'
+'catalog.R'
 'client.R'
 'context.R'
 'deserialize.R'


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