[GitHub] spark pull request: [SPARK-13760][SQL] Fix BigDecimal constructor ...

2016-03-09 Thread sameeragarwal
Github user sameeragarwal commented on the pull request: https://github.com/apache/spark/pull/11597#issuecomment-194633708 Thanks yin, sorry for the inconvenience! --- 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 p

[GitHub] spark pull request: [SPARK-13760][SQL] Fix BigDecimal constructor ...

2016-03-09 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/11597#issuecomment-194630700 Seems it breaks the scala 2.10 build. I am reverting it from both master and branch 1.6. --- If your project is set up for it, you can reply to this email and have your

[GitHub] spark pull request: [SPARK-13760][SQL] Fix BigDecimal constructor ...

2016-03-09 Thread yhuai
Github user yhuai commented on the pull request: https://github.com/apache/spark/pull/11597#issuecomment-194623040 Thanks! Merged to master and branch 1.6. --- 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 d

[GitHub] spark pull request: [SPARK-13760][SQL] Fix BigDecimal constructor ...

2016-03-09 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/spark/pull/11597 --- 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 ena

[GitHub] spark pull request: [SPARK-13760][SQL] Fix BigDecimal constructor ...

2016-03-09 Thread srowen
Github user srowen commented on the pull request: https://github.com/apache/spark/pull/11597#issuecomment-194208240 LGTM --- 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 a

[GitHub] spark pull request: [SPARK-13760][SQL] Fix BigDecimal constructor ...

2016-03-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11597#issuecomment-194107507 Test PASSed. Refer to this link for build results (access rights to CI server needed): https://amplab.cs.berkeley.edu/jenkins//job/SparkPullRequestBuilder/

[GitHub] spark pull request: [SPARK-13760][SQL] Fix BigDecimal constructor ...

2016-03-08 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/11597#issuecomment-194107504 Merged build finished. Test PASSed. --- 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 projec

[GitHub] spark pull request: [SPARK-13760][SQL] Fix BigDecimal constructor ...

2016-03-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11597#issuecomment-194107364 **[Test build #52717 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52717/consoleFull)** for PR 11597 at commit [`7cd59e7`](https://g

[GitHub] spark pull request: [SPARK-13760][SQL] Fix BigDecimal constructor ...

2016-03-08 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/11597#issuecomment-194085406 **[Test build #52717 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/52717/consoleFull)** for PR 11597 at commit [`7cd59e7`](https://gi

[GitHub] spark pull request: [SPARK-13760][SQL] Fix BigDecimal constructor ...

2016-03-08 Thread sameeragarwal
GitHub user sameeragarwal opened a pull request: https://github.com/apache/spark/pull/11597 [SPARK-13760][SQL] Fix BigDecimal constructor for FloatType ## What changes were proposed in this pull request? A very minor change for using `BigDecimal.decimal(f: Float)` instead of