Uh oh!
There was an error while loading. Please reload this page.
[BUGFIX][SQL] Should match java.math.BigDecimal when wnrapping Hive output - #1199
[BUGFIX][SQL] Should match java.math.BigDecimal when wnrapping Hive output#1199liancheng wants to merge 1 commit into
Conversation
AmplabJenkins
commented
Jun 24, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 24, 2014
Merged build started. |
AmplabJenkins
commented
Jun 24, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 24, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16073/ |
liancheng
commented
Jun 25, 2014
I think the |
AmplabJenkins
commented
Jun 25, 2014
Merged build triggered. |
liancheng
commented
Jun 25, 2014
The problem is fixed by PR #1201, rebased to the most recent master. |
AmplabJenkins
commented
Jun 25, 2014
Merged build started. |
AmplabJenkins
commented
Jun 25, 2014
Merged build triggered. |
AmplabJenkins
commented
Jun 25, 2014
Merged build started. |
rxin
commented
Jun 25, 2014
Aren't we using Scala's BigDecimal? |
marmbrus
commented
Jun 25, 2014
@rxin we are probably using scala's but this code is unwrapping values that come from hive. |
rxin
commented
Jun 25, 2014
SGTM. We should probably switch to this: https://issues.apache.org/jira/browse/HIVE-6017 although it is a lower priority task (although for the purpose of API compatibility, maybe we want to make it higher priority0. |
AmplabJenkins
commented
Jun 25, 2014
Merged build finished. All automated tests passed. |
AmplabJenkins
commented
Jun 25, 2014
All automated tests passed. |
AmplabJenkins
commented
Jun 25, 2014
Merged build finished. |
AmplabJenkins
commented
Jun 25, 2014
Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/16095/ |
liancheng
commented
Jun 25, 2014
Weird, I can't reproduce the test failure locally, and the failed test case seems completely unrelated to the change... |
liancheng
commented
Jun 25, 2014
@marmbrus Would you mind to retest this? Thanks. |
liancheng
commented
Jun 25, 2014
OK, I reproduced it locally by running |
rxin
commented
Jun 25, 2014
I'm going to merge this first since the test is most likely a different problem. |
…utput The `BigDecimal` branch in `unwrap` matches to `scala.math.BigDecimal` rather than `java.math.BigDecimal`. Author: Cheng Lian <lian.cs.zju@gmail.com> Closes#1199 from liancheng/javaBigDecimal and squashes the following commits: e9bb481 [Cheng Lian] Should match java.math.BigDecimal when wnrapping Hive output (cherry picked from commit 22036ae) Signed-off-by: Reynold Xin <rxin@apache.org>
…utput The `BigDecimal` branch in `unwrap` matches to `scala.math.BigDecimal` rather than `java.math.BigDecimal`. Author: Cheng Lian <lian.cs.zju@gmail.com> Closesapache#1199 from liancheng/javaBigDecimal and squashes the following commits: e9bb481 [Cheng Lian] Should match java.math.BigDecimal when wnrapping Hive output
liancheng
commented
Jun 25, 2014
…utput The `BigDecimal` branch in `unwrap` matches to `scala.math.BigDecimal` rather than `java.math.BigDecimal`. Author: Cheng Lian <lian.cs.zju@gmail.com> Closesapache#1199 from liancheng/javaBigDecimal and squashes the following commits: e9bb481 [Cheng Lian] Should match java.math.BigDecimal when wnrapping Hive output
* [CARMEL-6490] Lots of unfinished state sql in the query log * Fix ut
The
BigDecimalbranch inunwrapmatches toscala.math.BigDecimalrather thanjava.math.BigDecimal.