Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
87 commits
Select commit Hold shift + click to select a range
ba9d161
[SPARK-29617][BUILD] Upgrade to ORC 1.5.7
dongjoon-hyun Oct 28, 2019
e6c5693
[SPARK-29008][SQL][FOLLOW-UP] Checks correct param lengths of split m…
maropu Oct 28, 2019
50cf484
[SPARK-28560][SQL][FOLLOWUP] change the local shuffle reader from lea…
JkSelf Oct 28, 2019
a8d5134
Revert "[SPARK-29528][BUILD][TEST-MAVEN] Upgrade scala-maven-plugin t…
HyukjinKwon Oct 28, 2019
0182817
[SPARK-28158][SQL] Hive UDFs supports UDT type
uncleGen Oct 28, 2019
d6e33dc
[SPARK-29599][WEBUI] Support pagination for session table in JDBC/ODB…
AngersZhuuuu Oct 28, 2019
2be1fe6
[SPARK-29521][SQL] LOAD DATA INTO TABLE should look up catalog/table …
viirya Oct 28, 2019
762db39
[SPARK-29509][SQL][SS] Deduplicate codes from Kafka data source
HeartSaVioR Oct 28, 2019
59db1f6
[SPARK-29609][SQL] DataSourceV2: Support DROP NAMESPACE
imback82 Oct 28, 2019
c137acb
[SPARK-29566][ML] Imputer should support single-column input/output
huaxingao Oct 29, 2019
fb80dfe
[SPARK-28158][SQL][FOLLOWUP] HiveUserDefinedTypeSuite: don't use Rand…
HeartSaVioR Oct 29, 2019
5eddbb5
Prepare Spark release v3.0.0-preview-rc1
jiangxb1987 Oct 29, 2019
b33a58c
Revert "Prepare Spark release v3.0.0-preview-rc1"
jiangxb1987 Oct 29, 2019
e92b754
[SPARK-29612][SQL] ALTER TABLE (RECOVER PARTITIONS) should look up ca…
huaxingao Oct 29, 2019
37690de
[SPARK-29565][ML][PYTHON] OneHotEncoder should support single-column …
huaxingao Oct 29, 2019
44c1c03
[SPARK-29607][SQL] Move static methods from CalendarInterval to Inter…
MaxGekk Oct 29, 2019
9c817a8
[SPARK-29637][CORE] Add description to Job SHS web API
gaborgsomogyi Oct 29, 2019
6958d7e
[SPARK-28746][SQL] Add partitionby hint for sql queries
ulysses-you Oct 29, 2019
8e667db
[SPARK-29629][SQL] Support typed integer literal expression
yaooqinn Oct 30, 2019
8682bb1
[SPARK-29627][PYTHON][SQL] Allow array_contains to take column instances
HyukjinKwon Oct 30, 2019
1bf65d9
[SPARK-29110][SQL][TESTS] Port window.sql (Part 4)
DylanGuedes Oct 30, 2019
5f1ef54
[MINOR][DOCS] Use proper html tag in markdown
uncleGen Oct 30, 2019
44a27bd
[SPARK-29604][SQL] Force initialize SessionState before initializing …
HeartSaVioR Oct 30, 2019
dc987f0
[SPARK-29653][SQL] Fix MICROS_PER_MONTH in IntervalUtils
yaooqinn Oct 30, 2019
472940b
[SPARK-29120][SQL][TESTS] Port create_view.sql
maropu Oct 30, 2019
d417113
[SPARK-29668][DOCS] Deprecate Python 3 prior to version 3.6
dongjoon-hyun Oct 30, 2019
fd6cfb1
[SPARK-29646][BUILD] Allow pyspark version name format `${versionNumb…
jiangxb1987 Oct 30, 2019
155a67d
[SPARK-29666][BUILD] Fix the publish release failure under dry-run mode
jiangxb1987 Oct 30, 2019
007c873
Prepare Spark release v3.0.0-preview-rc2
jiangxb1987 Oct 29, 2019
8207c83
Revert "Prepare Spark release v3.0.0-preview-rc2"
jiangxb1987 Oct 31, 2019
cfc80d0
[SPARK-29277][SQL] Add early DSv2 filter and projection pushdown
rdblue Oct 31, 2019
3206a99
[SPARK-29651][SQL] Fix parsing of interval seconds fraction
MaxGekk Oct 31, 2019
c294943
[SPARK-29126][PYSPARK][DOC] Pandas Cogroup udf usage guide
d80tb7 Oct 31, 2019
401a5f7
[SPARK-29523][SQL] SHOW COLUMNS should do multi-catalog resolution
planga82 Oct 31, 2019
3a06c12
[SPARK-29592][SQL] ALTER TABLE (set partition location) should look u…
imback82 Oct 31, 2019
aa37168
[SPARK-29668][PYTHON] Add a deprecation warning for Python 3.4 and 3.5
HyukjinKwon Oct 31, 2019
1e599e5
[SPARK-29582][PYSPARK] Support `TaskContext.get()` in a barrier task …
ConeyLiu Oct 31, 2019
bb47870
[SPARK-29645][ML][PYSPARK] ML add param RelativeError
zhengruifeng Oct 31, 2019
095f7b0
Revert "[SPARK-29277][SQL] Add early DSv2 filter and projection pushd…
dongjoon-hyun Oct 31, 2019
5e9a155
[SPARK-29520][SS] Fix checks of negative intervals
MaxGekk Oct 31, 2019
4d302cb
[SPARK-11150][SQL][FOLLOW-UP] Dynamic partition pruning
maryannxue Oct 31, 2019
cd39cd4
[SPARK-28560][SQL][FOLLOWUP] support the build side to local shuffle …
JkSelf Oct 31, 2019
faf220a
[SPARK-29277][SQL][test-hadoop3.2] Add early DSv2 filter and projecti…
cloud-fan Oct 31, 2019
121510c
[SPARK-29604][SQL][FOLLOWUP][test-hadoop3.2] Let SparkSQLEnvSuite to …
HeartSaVioR Oct 31, 2019
888cc46
[SPARK-29675][SQL] Add exception when isolationLevel is Illegal
ulysses-you Oct 31, 2019
8a8ac00
[SPARK-29687][SQL] Fix JDBC metrics counter data type
ulysses-you Oct 31, 2019
3175f4b
[SPARK-29664][PYTHON][SQL] Column.getItem behavior is not consistent …
imback82 Nov 1, 2019
ae7450d
[SPARK-29676][SQL] ALTER TABLE (RENAME PARTITION) should look up cata…
huaxingao Nov 1, 2019
8a4378c
[SPARK-29686][ML] LinearSVC should persist instances if needed
zhengruifeng Nov 1, 2019
a4382f7
[SPARK-29486][SQL] CalendarInterval should have 3 fields: months, day…
LinhongLiu Nov 1, 2019
14337f6
[SPARK-29643][SQL] ALTER TABLE/VIEW (DROP PARTITION) should look up c…
huaxingao Nov 1, 2019
f53be0a
[SPARK-29109][SQL][TESTS] Port window.sql (Part 3)
DylanGuedes Nov 1, 2019
39fff92
[SPARK-29452][WEBUI] Improve Storage tab tooltip
iRakson Nov 1, 2019
1e1b730
[MINOR][PYSPARK][DOCS] Fix typo in example documentation
mstill3 Nov 1, 2019
28ccd31
[SPARK-29611][WEBUI] Sort Kafka metadata by the number of messages
Nov 2, 2019
31ae446
[SPARK-29623][SQL] do not allow multiple unit TO unit statements in i…
cloud-fan Nov 2, 2019
be022d9
[SPARK-29677][DSTREAMS] amazon-kinesis-client 1.12.0
etspaceman Nov 2, 2019
91d9901
[SPARK-24152][R][TESTS] Disable check-cran from run-tests.sh
dongjoon-hyun Nov 3, 2019
1ac6bd9
[SPARK-29729][BUILD] Upgrade ASM to 7.2
dongjoon-hyun Nov 3, 2019
4bcfe50
[SPARK-29731][INFRA] Use public JIRA REST API to read-only access
dongjoon-hyun Nov 3, 2019
80a8987
[SPARK-29733][TESTS] Fix wrong order of parameters passed to `assertE…
MaxGekk Nov 3, 2019
19b8c71
[SPARK-29674][CORE] Update dropwizard metrics to 4.1.x for JDK 9+
srowen Nov 3, 2019
e726324
Revert "[SPARK-24152][R][TESTS] Disable check-cran from run-tests.sh"
viirya Nov 3, 2019
5ba17d0
[SPARK-29722][SQL] Non reversed keywords should be able to be used in…
yaooqinn Nov 4, 2019
83c39d1
[SPARK-29343][SQL] Eliminate sorts without limit in the subquery of J…
WangGuangxin Nov 4, 2019
fb60c2a
[SPARK-29671][SQL] Simplify string representation of intervals
MaxGekk Nov 4, 2019
afb055b
[SPARK-29353][SQL] Fallback AlterTableAlterColumnStatement to v1 Alte…
viirya Nov 4, 2019
c55265c
[SPARK-29739][PYSPARK][TESTS] Use `java` instead of `cc` in test_pipe…
dongjoon-hyun Nov 4, 2019
5053860
[SPARK-29736][TESTS] Improve stability of tests for special datetime …
MaxGekk Nov 4, 2019
8cf76f8
[SPARK-29285][SHUFFLE] Temporary shuffle files should be able to hand…
yaooqinn Nov 4, 2019
9023c69
[SPARK-29590][WEBUI] JDBC/ODBC tab in the spark UI support hide table…
shahidki31 Nov 4, 2019
d4ea211
[SPARK-29678][SQL] ALTER TABLE (ADD PARTITION) should look up catalog…
imback82 Nov 4, 2019
44b8fbc
[SPARK-29663][SQL] Support sum with interval type values
yaooqinn Nov 4, 2019
e524a3a
[SPARK-29742][BUILD] Update checkstyle plugin's check dir scope
AngersZhuuuu Nov 4, 2019
f29a979
[SPARK-28798][DOC][SQL] Document DROP TABLE/VIEW statement in SQL Ref…
shivusondur Nov 4, 2019
eee45f8
[SPARK-28809][DOC][SQL] Document SHOW TABLE in SQL Reference
shivusondur Nov 4, 2019
326b789
[SPARK-29743][SQL] sample should set needCopyResult to true if its ch…
cloud-fan Nov 4, 2019
441d4c9
[SPARK-29723][SQL] Get date and time parts of an interval as java cla…
MaxGekk Nov 4, 2019
d51d228
[SPARK-29397][CORE] Extend plugin interface to include the driver
Nov 4, 2019
04536b2
[SPARK-28552][SQL] Case-insensitive database URLs in JdbcDialect
Nov 4, 2019
ba2bc4b
[SPARK-20568][SS] Provide option to clean up completed files in strea…
HeartSaVioR Nov 4, 2019
ef1abf2
[SPARK-29747][BUILD] Bump joda-time version to 2.10.5
viirya Nov 5, 2019
bc65c54
[SPARK-29734][SQL] Datasource V2: Support SHOW CURRENT NAMESPACE
imback82 Nov 5, 2019
942a057
[SPARK-29696][SQL][TESTS] Port groupingsets.sql
maropu Nov 5, 2019
66619b8
[SPARK-29630][SQL] Disallow creating a permanent view that references…
imback82 Nov 5, 2019
02eecfe
[SPARK-29695][SQL] ALTER TABLE (SerDe properties) should look up cata…
huaxingao Nov 5, 2019
41be512
[SPARK-29648][SQL][TESTS] Port limit.sql
maropu Nov 5, 2019
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ core/src/main/resources/org/apache/spark/ui/static/bootstrap*
core/src/main/resources/org/apache/spark/ui/static/jsonFormatter*
core/src/main/resources/org/apache/spark/ui/static/vis*
docs/js/vendor/bootstrap.js
external/spark-ganglia-lgpl/src/main/java/com/codahale/metrics/ganglia/GangliaReporter.java


Python Software Foundation License
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,10 @@ com.vlkan:flatbuffers
com.ning:compress-lzf
io.airlift:aircompressor
io.dropwizard.metrics:metrics-core
io.dropwizard.metrics:metrics-ganglia
io.dropwizard.metrics:metrics-graphite
io.dropwizard.metrics:metrics-json
io.dropwizard.metrics:metrics-jvm
io.dropwizard.metrics:metrics-jmx
org.iq80.snappy:snappy
com.clearspring.analytics:stream
com.jamesmurty.utils:java-xmlbuilder
Expand Down
13 changes: 13 additions & 0 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,16 @@ The following provides more details on the included cryptographic software:
This software uses Apache Commons Crypto (https://commons.apache.org/proper/commons-crypto/) to
support authentication, and encryption and decryption of data sent across the network between
services.


Metrics
Copyright 2010-2013 Coda Hale and Yammer, Inc.

This product includes software developed by Coda Hale and Yammer, Inc.

This product includes code derived from the JSR-166 project (ThreadLocalRandom, Striped64,
LongAdder), which was released with the following comments:

Written by Doug Lea with assistance from members of JCP JSR-166
Expert Group and released to the public domain, as explained at
http://creativecommons.org/publicdomain/zero/1.0/
13 changes: 13 additions & 0 deletions NOTICE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -1515,3 +1515,16 @@ Copyright 2014-2017 The Apache Software Foundation

This product includes software developed at
The Apache Software Foundation (http://www.apache.org/).


Metrics
Copyright 2010-2013 Coda Hale and Yammer, Inc.

This product includes software developed by Coda Hale and Yammer, Inc.

This product includes code derived from the JSR-166 project (ThreadLocalRandom, Striped64,
LongAdder), which was released with the following comments:

Written by Doug Lea with assistance from members of JCP JSR-166
Expert Group and released to the public domain, as explained at
http://creativecommons.org/publicdomain/zero/1.0/
Original file line number Diff line number Diff line change
Expand Up @@ -260,14 +260,14 @@ public void onFailure(Throwable e) {
@Test
public void singleRPC() throws Exception {
RpcResult res = sendRPC("hello/Aaron");
assertEquals(res.successMessages, Sets.newHashSet("Hello, Aaron!"));
assertEquals(Sets.newHashSet("Hello, Aaron!"), res.successMessages);
assertTrue(res.errorMessages.isEmpty());
}

@Test
public void doubleRPC() throws Exception {
RpcResult res = sendRPC("hello/Aaron", "hello/Reynold");
assertEquals(res.successMessages, Sets.newHashSet("Hello, Aaron!", "Hello, Reynold!"));
assertEquals(Sets.newHashSet("Hello, Aaron!", "Hello, Reynold!"), res.successMessages);
assertTrue(res.errorMessages.isEmpty());
}

Expand Down Expand Up @@ -295,7 +295,7 @@ public void doubleTrouble() throws Exception {
@Test
public void sendSuccessAndFailure() throws Exception {
RpcResult res = sendRPC("hello/Bob", "throw error/the", "hello/Builder", "return error/!");
assertEquals(res.successMessages, Sets.newHashSet("Hello, Bob!", "Hello, Builder!"));
assertEquals(Sets.newHashSet("Hello, Bob!", "Hello, Builder!"), res.successMessages);
assertErrorsContain(res.errorMessages, Sets.newHashSet("Thrown: the", "Returned: !"));
}

Expand Down
Loading