[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-08 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109876016 Please close this pull request also (since it's already been merged). You can see the up-to-date merges here: https://git-wip-us.apache.org/repos/asf?p=spark.git

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-08 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109875959 Can you submit a separate pull request? This patch has actually been merged already, but ASF's github sync is behind so it is not showing up here. --- If your project is

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-08 Thread cloud-fan
Github user cloud-fan closed the pull request at: https://github.com/apache/spark/pull/6574 --- 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: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109784187 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

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109784647 Thanks. Merging this in. --- 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

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109784185 [Test build #34392 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34392/console) for PR 6574 at commit

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109767448 [Test build #34392 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34392/consoleFull) for PR 6574 at commit

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109767339 Merged build triggered. --- 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

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109767350 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread cloud-fan
Github user cloud-fan commented on a diff in the pull request: https://github.com/apache/spark/pull/6574#discussion_r31878120 --- Diff: sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/analysis/HiveTypeCoercion.scala --- @@ -512,22 +512,22 @@ trait HiveTypeCoercion {

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109848780 Merged build triggered. --- 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

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109862060 [Test build #34406 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34406/console) for PR 6574 at commit

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109862068 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

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread cloud-fan
Github user cloud-fan commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109848862 It's a mistake made in https://github.com/apache/spark/pull/6405, we should use `DecimalType.Expression` instead of `DecimalType.Fixed` to match expression. Sorry

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109848787 Merged build started. --- 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

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109848817 [Test build #34406 has started](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/34406/consoleFull) for PR 6574 at commit

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-07 Thread rxin
Github user rxin commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-109801678 btw I see the following compilation warning for master branch just now. Can you take a look? ``` [warn]

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-02 Thread AmplabJenkins
Github user AmplabJenkins commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-107871806 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

[GitHub] spark pull request: [SPARK-7952][SQL] use internal Decimal instead...

2015-06-02 Thread SparkQA
Github user SparkQA commented on the pull request: https://github.com/apache/spark/pull/6574#issuecomment-107871770 [Test build #33963 has finished](https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/33963/consoleFull) for PR 6574 at commit