Repository: spark
Updated Branches:
refs/heads/branch-2.0 151f808a1 -> 27ce39cf2
[SPARK-17571][SQL] AssertOnQuery.condition should always return Boolean value
## What changes were proposed in this pull request?
AssertOnQuery has two apply constructor: one that accepts a closure that
returns b
Repository: spark
Updated Branches:
refs/heads/master 1dbb725db -> 8f0c35a4d
[SPARK-17571][SQL] AssertOnQuery.condition should always return Boolean value
## What changes were proposed in this pull request?
AssertOnQuery has two apply constructor: one that accepts a closure that
returns boole
Repository: spark
Updated Branches:
refs/heads/branch-2.0 6c67d86f2 -> 151f808a1
[SPARK-16462][SPARK-16460][SPARK-15144][SQL] Make CSV cast null values properly
## Problem
CSV in Spark 2.0.0:
- does not read null values back correctly for certain data types such as
`Boolean`, `TimestampType
Repository: spark
Updated Branches:
refs/heads/master 7151011b3 -> 1dbb725db
[SPARK-16462][SPARK-16460][SPARK-15144][SQL] Make CSV cast null values properly
## Problem
CSV in Spark 2.0.0:
- does not read null values back correctly for certain data types such as
`Boolean`, `TimestampType`, `
Repository: spark
Updated Branches:
refs/heads/branch-2.0 5619f095b -> 6c67d86f2
[SPARK-17586][BUILD] Do not call static member via instance reference
## What changes were proposed in this pull request?
This PR fixes a warning message as below:
```
[WARNING] .../UnsafeInMemorySorter.java:284
Repository: spark
Updated Branches:
refs/heads/master 342c0e65b -> 7151011b3
[SPARK-17586][BUILD] Do not call static member via instance reference
## What changes were proposed in this pull request?
This PR fixes a warning message as below:
```
[WARNING] .../UnsafeInMemorySorter.java:284: wa
Repository: spark
Updated Branches:
refs/heads/branch-2.0 cf728b0f2 -> 5619f095b
[SPARK-17546][DEPLOY] start-* scripts should use hostname -f
## What changes were proposed in this pull request?
Call `hostname -f` to get fully qualified host name
## How was this patch tested?
Jenkins tests o
Repository: spark
Updated Branches:
refs/heads/master 5d3f4615f -> 342c0e65b
[SPARK-17546][DEPLOY] start-* scripts should use hostname -f
## What changes were proposed in this pull request?
Call `hostname -f` to get fully qualified host name
## How was this patch tested?
Jenkins tests of co
Repository: spark
Updated Branches:
refs/heads/master 3fe630d31 -> 5d3f4615f
[SPARK-17506][SQL] Improve the check double values equality rule.
## What changes were proposed in this pull request?
In `ExpressionEvalHelper`, we check the equality between two double values by
comparing whether t
Repository: spark
Updated Branches:
refs/heads/branch-2.0 5fd354b2d -> cf728b0f2
[SPARK-17541][SQL] fix some DDL bugs about table management when same-name temp
view exists
In `SessionCatalog`, we have several operations(`tableExists`, `dropTable`,
`loopupRelation`, etc) that handle both tem
Repository: spark
Updated Branches:
refs/heads/master 3a3c9ffbd -> 3fe630d31
[SPARK-17541][SQL] fix some DDL bugs about table management when same-name temp
view exists
## What changes were proposed in this pull request?
In `SessionCatalog`, we have several operations(`tableExists`, `dropTab
Repository: spark
Updated Branches:
refs/heads/master 8faa5217b -> 3a3c9ffbd
[SPARK-17518][SQL] Block Users to Specify the Internal Data Source Provider Hive
### What changes were proposed in this pull request?
In Spark 2.1, we introduced a new internal provider `hive` for telling Hive
serde
12 matches
Mail list logo