Skip to content

Commit a14e55b

Browse files
committed
Merge remote-tracking branch 'upstream/master' into initial-rdd-updateStateByKey-SPARK-11713
2 parents f2e484b + 34e7093 commit a14e55b

File tree

541 files changed

+15254
-7299
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

541 files changed

+15254
-7299
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ spark-tests.log
5050
streaming-tests.log
5151
dependency-reduced-pom.xml
5252
.ensime
53+
.ensime_cache/
5354
.ensime_lucene
5455
checkpoint
5556
derby.log

R/pkg/NAMESPACE

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ exportMethods("arrange",
2727
"attach",
2828
"cache",
2929
"collect",
30+
"colnames",
31+
"colnames<-",
3032
"coltypes",
33+
"coltypes<-",
3134
"columns",
3235
"count",
3336
"cov",
@@ -56,6 +59,7 @@ exportMethods("arrange",
5659
"mutate",
5760
"na.omit",
5861
"names",
62+
"names<-",
5963
"ncol",
6064
"nrow",
6165
"orderBy",
@@ -98,6 +102,7 @@ exportMethods("%in%",
98102
"add_months",
99103
"alias",
100104
"approxCountDistinct",
105+
"array_contains",
101106
"asc",
102107
"ascii",
103108
"asin",
@@ -122,14 +127,14 @@ exportMethods("%in%",
122127
"count",
123128
"countDistinct",
124129
"crc32",
125-
"cumeDist",
130+
"cume_dist",
126131
"date_add",
127132
"date_format",
128133
"date_sub",
129134
"datediff",
130135
"dayofmonth",
131136
"dayofyear",
132-
"denseRank",
137+
"dense_rank",
133138
"desc",
134139
"endsWith",
135140
"exp",
@@ -187,7 +192,7 @@ exportMethods("%in%",
187192
"next_day",
188193
"ntile",
189194
"otherwise",
190-
"percentRank",
195+
"percent_rank",
191196
"pmod",
192197
"quarter",
193198
"rand",
@@ -199,7 +204,7 @@ exportMethods("%in%",
199204
"rint",
200205
"rlike",
201206
"round",
202-
"rowNumber",
207+
"row_number",
203208
"rpad",
204209
"rtrim",
205210
"second",
@@ -215,6 +220,7 @@ exportMethods("%in%",
215220
"sinh",
216221
"size",
217222
"skewness",
223+
"sort_array",
218224
"soundex",
219225
"stddev",
220226
"stddev_pop",
@@ -274,4 +280,4 @@ export("structField",
274280
"structType",
275281
"structType.jobj",
276282
"structType.structField",
277-
"print.structType")
283+
"print.structType")

0 commit comments

Comments
 (0)