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 <gurwls...@gmail.com> 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 <gurwls...@gmail.com> Authored: Tue Apr 4 11:42:14 2017 -0700 Committer: Felix Cheung <felixche...@apache.org> 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