Skip to content

Commit 81067b9

Browse files
committed
Merge remote-tracking branch 'upstream/master' into SPARK-21646
# Conflicts: # sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/TypeCoercion.scala # sql/catalyst/src/test/scala/org/apache/spark/sql/catalyst/analysis/TypeCoercionSuite.scala
2 parents e763330 + b02e76c commit 81067b9

File tree

1,126 files changed

+40586
-16951
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,126 files changed

+40586
-16951
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ project/plugins/src_managed/
6262
project/plugins/target/
6363
python/lib/pyspark.zip
6464
python/deps
65+
python/test_coverage/coverage_data
66+
python/test_coverage/htmlcov
6567
python/pyspark/python
6668
reports/
6769
scalastyle-on-compile.generated.xml
@@ -74,6 +76,7 @@ streaming-tests.log
7476
target/
7577
unit-tests.log
7678
work/
79+
docs/.jekyll-metadata
7780

7881
# For Hive
7982
TempStatsStore/

R/pkg/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: SparkR
22
Type: Package
3-
Version: 2.3.0
3+
Version: 2.4.0
44
Title: R Frontend for Apache Spark
55
Description: Provides an R Frontend for Apache Spark.
66
Authors@R: c(person("Shivaram", "Venkataraman", role = c("aut", "cre"),

R/pkg/NAMESPACE

Lines changed: 1 addition & 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",

0 commit comments

Comments
 (0)