Skip to content

Commit ce6959a

Browse files
committed
resolve conflict
2 parents 2c008b7 + d54d8b8 commit ce6959a

File tree

1,515 files changed

+74369
-25607
lines changed

Some content is hidden

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

1,515 files changed

+74369
-25607
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ streaming-tests.log
7676
target/
7777
unit-tests.log
7878
work/
79+
docs/.jekyll-metadata
7980

8081
# For Hive
8182
TempStatsStore/

LICENSE

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -237,23 +237,24 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
237237

238238
(BSD 3 Clause) netlib core (com.github.fommil.netlib:core:1.1.2 - https://github.com/fommil/netlib-java/core)
239239
(BSD 3 Clause) JPMML-Model (org.jpmml:pmml-model:1.2.7 - https://github.com/jpmml/jpmml-model)
240+
(BSD 3 Clause) jmock (org.jmock:jmock-junit4:2.8.4 - http://jmock.org/)
240241
(BSD License) AntLR Parser Generator (antlr:antlr:2.7.7 - http://www.antlr.org/)
241242
(BSD License) ANTLR 4.5.2-1 (org.antlr:antlr4:4.5.2-1 - http://wwww.antlr.org/)
242243
(BSD licence) ANTLR ST4 4.0.4 (org.antlr:ST4:4.0.4 - http://www.stringtemplate.org)
243244
(BSD licence) ANTLR StringTemplate (org.antlr:stringtemplate:3.2.1 - http://www.stringtemplate.org)
244245
(BSD License) Javolution (javolution:javolution:5.5.1 - http://javolution.org)
245-
(BSD) JLine (jline:jline:0.9.94 - http://jline.sourceforge.net)
246+
(BSD) JLine (jline:jline:2.14.3 - https://github.com/jline/jline2)
246247
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.3 - http://paranamer.codehaus.org/paranamer)
247248
(BSD) ParaNamer Core (com.thoughtworks.paranamer:paranamer:2.6 - http://paranamer.codehaus.org/paranamer)
248249
(BSD 3 Clause) Scala (http://www.scala-lang.org/download/#License)
249250
(Interpreter classes (all .scala files in repl/src/main/scala
250251
except for Main.Scala, SparkHelper.scala and ExecutorClassLoader.scala),
251252
and for SerializableMapWrapper in JavaUtils.scala)
252-
(BSD-like) Scala Actors library (org.scala-lang:scala-actors:2.11.8 - http://www.scala-lang.org/)
253-
(BSD-like) Scala Compiler (org.scala-lang:scala-compiler:2.11.8 - http://www.scala-lang.org/)
254-
(BSD-like) Scala Compiler (org.scala-lang:scala-reflect:2.11.8 - http://www.scala-lang.org/)
255-
(BSD-like) Scala Library (org.scala-lang:scala-library:2.11.8 - http://www.scala-lang.org/)
256-
(BSD-like) Scalap (org.scala-lang:scalap:2.11.8 - http://www.scala-lang.org/)
253+
(BSD-like) Scala Actors library (org.scala-lang:scala-actors:2.11.12 - http://www.scala-lang.org/)
254+
(BSD-like) Scala Compiler (org.scala-lang:scala-compiler:2.11.12 - http://www.scala-lang.org/)
255+
(BSD-like) Scala Compiler (org.scala-lang:scala-reflect:2.11.12 - http://www.scala-lang.org/)
256+
(BSD-like) Scala Library (org.scala-lang:scala-library:2.11.12 - http://www.scala-lang.org/)
257+
(BSD-like) Scalap (org.scala-lang:scalap:2.11.12 - http://www.scala-lang.org/)
257258
(BSD-style) scalacheck (org.scalacheck:scalacheck_2.11:1.10.0 - http://www.scalacheck.org)
258259
(BSD-style) spire (org.spire-math:spire_2.11:0.7.1 - http://spire-math.org)
259260
(BSD-style) spire-macros (org.spire-math:spire-macros_2.11:0.7.1 - http://spire-math.org)
@@ -263,7 +264,7 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
263264
(New BSD license) Protocol Buffer Java API (org.spark-project.protobuf:protobuf-java:2.4.1-shaded - http://code.google.com/p/protobuf)
264265
(The BSD License) Fortran to Java ARPACK (net.sourceforge.f2j:arpack_combined_all:0.1 - http://f2j.sourceforge.net)
265266
(The BSD License) xmlenc Library (xmlenc:xmlenc:0.52 - http://xmlenc.sourceforge.net)
266-
(The New BSD License) Py4J (net.sf.py4j:py4j:0.10.6 - http://py4j.sourceforge.net/)
267+
(The New BSD License) Py4J (net.sf.py4j:py4j:0.10.7 - http://py4j.sourceforge.net/)
267268
(Two-clause BSD-style license) JUnit-Interface (com.novocode:junit-interface:0.10 - http://github.com/szeiger/junit-interface/)
268269
(BSD licence) sbt and sbt-launch-lib.bash
269270
(BSD 3 Clause) d3.min.js (https://github.com/mbostock/d3/blob/master/LICENSE)

R/pkg/DESCRIPTION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"),
1313
License: Apache License (== 2.0)
1414
URL: http://www.apache.org/ http://spark.apache.org/
1515
BugReports: http://spark.apache.org/contributing.html
16+
SystemRequirements: Java (== 8)
1617
Depends:
1718
R (>= 3.0),
1819
methods

R/pkg/NAMESPACE

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ exportMethods("arrange",
151151
"registerTempTable",
152152
"rename",
153153
"repartition",
154+
"repartitionByRange",
154155
"rollup",
155156
"sample",
156157
"sample_frac",
@@ -200,6 +201,13 @@ exportMethods("%<=>%",
200201
"approxCountDistinct",
201202
"approxQuantile",
202203
"array_contains",
204+
"array_join",
205+
"array_max",
206+
"array_min",
207+
"array_position",
208+
"array_repeat",
209+
"array_sort",
210+
"arrays_overlap",
203211
"asc",
204212
"ascii",
205213
"asin",
@@ -244,6 +252,7 @@ exportMethods("%<=>%",
244252
"decode",
245253
"dense_rank",
246254
"desc",
255+
"element_at",
247256
"encode",
248257
"endsWith",
249258
"exp",
@@ -253,6 +262,7 @@ exportMethods("%<=>%",
253262
"expr",
254263
"factorial",
255264
"first",
265+
"flatten",
256266
"floor",
257267
"format_number",
258268
"format_string",
@@ -295,6 +305,7 @@ exportMethods("%<=>%",
295305
"lower",
296306
"lpad",
297307
"ltrim",
308+
"map_entries",
298309
"map_keys",
299310
"map_values",
300311
"max",
@@ -345,6 +356,7 @@ exportMethods("%<=>%",
345356
"sinh",
346357
"size",
347358
"skewness",
359+
"slice",
348360
"sort_array",
349361
"soundex",
350362
"spark_partition_id",

0 commit comments

Comments
 (0)