[GitHub] spark pull request #17684: [SPARK-20341][SQL] Support BigInt's value that do...

2017-04-21 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/17684 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] spark pull request #17684: [SPARK-20341][SQL] Support BigInt's value that do...

2017-04-21 Thread kiszk
Github user kiszk commented on a diff in the pull request: https://github.com/apache/spark/pull/17684#discussion_r112623415 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/Decimal.scala --- @@ -132,14 +132,22 @@ final class Decimal extends Ordered[Decimal] with

[GitHub] spark pull request #17684: [SPARK-20341][SQL] Support BigInt's value that do...

2017-04-21 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17684#discussion_r112620153 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/Decimal.scala --- @@ -132,14 +132,22 @@ final class Decimal extends Ordered[Decimal]

[GitHub] spark pull request #17684: [SPARK-20341][SQL] Support BigInt's value that do...

2017-04-19 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17684#discussion_r112282798 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/Decimal.scala --- @@ -135,11 +135,17 @@ final class Decimal extends Ordered[Decimal]

[GitHub] spark pull request #17684: [SPARK-20341][SQL] Support BigInt's value that do...

2017-04-19 Thread gatorsmile
Github user gatorsmile commented on a diff in the pull request: https://github.com/apache/spark/pull/17684#discussion_r112282702 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/types/Decimal.scala --- @@ -135,11 +135,17 @@ final class Decimal extends Ordered[Decimal]

[GitHub] spark pull request #17684: [SPARK-20341][SQL] Support BigInt's value that do...

2017-04-19 Thread kiszk
GitHub user kiszk opened a pull request: https://github.com/apache/spark/pull/17684 [SPARK-20341][SQL] Support BigInt's value that does not fit in long value range ## What changes were proposed in this pull request? This PR avoids an exception in the case where