git commit: [BUGFIX][SQL] Should match java.math.BigDecimal when wnrapping Hive output

2014-06-25 Thread rxin
Repository: spark Updated Branches: refs/heads/master 8fade8973 -> 22036aeb1 [BUGFIX][SQL] Should match java.math.BigDecimal when wnrapping Hive output The `BigDecimal` branch in `unwrap` matches to `scala.math.BigDecimal` rather than `java.math.BigDecimal`. Author: Cheng Lian Closes #1199

git commit: [BUGFIX][SQL] Should match java.math.BigDecimal when wnrapping Hive output

2014-06-25 Thread rxin
Repository: spark Updated Branches: refs/heads/branch-1.0 a31def10a -> 65a559cfc [BUGFIX][SQL] Should match java.math.BigDecimal when wnrapping Hive output The `BigDecimal` branch in `unwrap` matches to `scala.math.BigDecimal` rather than `java.math.BigDecimal`. Author: Cheng Lian Closes #