spark git commit: [SPARK-19178][SQL] convert string of large numbers to int should return null

2017-01-13 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.0 449231c65 -> f56819f9b [SPARK-19178][SQL] convert string of large numbers to int should return null ## What changes were proposed in this pull request? When we convert a string to integral, we will convert that string to `decimal(20,

spark git commit: [SPARK-19178][SQL] convert string of large numbers to int should return null

2017-01-13 Thread wenchen
Repository: spark Updated Branches: refs/heads/branch-2.1 b2c9a2c8c -> 2c2ca8943 [SPARK-19178][SQL] convert string of large numbers to int should return null ## What changes were proposed in this pull request? When we convert a string to integral, we will convert that string to `decimal(20,

spark git commit: [SPARK-19178][SQL] convert string of large numbers to int should return null

2017-01-12 Thread lixiao
Repository: spark Updated Branches: refs/heads/master 7f24a0b6c -> 6b34e745b [SPARK-19178][SQL] convert string of large numbers to int should return null ## What changes were proposed in this pull request? When we convert a string to integral, we will convert that string to `decimal(20, 0)`