Repository: spark
Updated Branches:
refs/heads/master be03d3ad7 -> 0e6833006
[SPARK-20168][DSTREAM] Add changes to use kinesis fetches from specific
timestamp
## What changes were proposed in this pull request?
Kinesis client can resume from a specified timestamp while creating a stream.
We
Author: pwendell
Date: Tue Dec 26 04:14:50 2017
New Revision: 23908
Log:
Apache Spark 2.3.0-SNAPSHOT-2017_12_25_20_01-be03d3a docs
[This commit notification would consist of 1418 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
---
Repository: spark
Updated Branches:
refs/heads/master 12d20dd75 -> be03d3ad7
[SPARK-22893][SQL][HOTFIX] Fix a error message of VersionsSuite
## What changes were proposed in this pull request?
https://github.com/apache/spark/pull/20064 breaks Jenkins tests because it
missed to update one err
Author: pwendell
Date: Mon Dec 25 12:56:02 2017
New Revision: 23904
Log:
Apache Spark 2.3.0-SNAPSHOT-2017_12_25_04_39-12d20dd docs
[This commit notification would consist of 1418 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
---
Repository: spark
Updated Branches:
refs/heads/master 33ae2437b -> 12d20dd75
[SPARK-22874][PYSPARK][SQL][FOLLOW-UP] Modify error messages to show actual
versions.
## What changes were proposed in this pull request?
This is a follow-up pr of #20054 modifying error messages for both pandas and
[SPARK-22893][SQL] Unified the data type mismatch message
## What changes were proposed in this pull request?
We should use `dataType.simpleString` to unified the data type mismatch message:
Before:
```
spark-sql> select cast(1 as binary);
Error in query: cannot resolve 'CAST(1 AS BINARY)' due to
Repository: spark
Updated Branches:
refs/heads/master fba03133d -> 33ae2437b
http://git-wip-us.apache.org/repos/asf/spark/blob/33ae2437/sql/core/src/test/resources/sql-tests/results/typeCoercion/native/inConversion.sql.out
--
d
Author: pwendell
Date: Mon Dec 25 08:15:40 2017
New Revision: 23899
Log:
Apache Spark 2.3.0-SNAPSHOT-2017_12_25_00_01-fba0313 docs
[This commit notification would consist of 1418 parts,
which exceeds the limit of 50 ones, so it was shortened to the summary.]
---