git commit: [SPARK-2523] [SQL] Hadoop table scan bug fixing

2014-07-28 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master a7d145e98 - 2b8d89e30 [SPARK-2523] [SQL] Hadoop table scan bug fixing In HiveTableScan.scala, ObjectInspector was created for all of the partition based records, which probably causes ClassCastException if the object inspector is not

git commit: [SPARK-2479][MLlib] Comparing floating-point numbers using relative error in UnitTests

2014-07-28 Thread meng
Repository: spark Updated Branches: refs/heads/master 2b8d89e30 - 255b56f9f [SPARK-2479][MLlib] Comparing floating-point numbers using relative error in UnitTests Floating point math is not exact, and most floating-point numbers end up being slightly imprecise due to rounding errors.

[2/2] git commit: [SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix)

2014-07-28 Thread marmbrus
[SPARK-2410][SQL] Merging Hive Thrift/JDBC server (with Maven profile fix) JIRA issue: [SPARK-2410](https://issues.apache.org/jira/browse/SPARK-2410) Another try for #1399 #1600. Those two PR breaks Jenkins builds because we made a separate profile `hive-thriftserver` in sub-project

git commit: Excess judgment

2014-07-28 Thread rxin
Repository: spark Updated Branches: refs/heads/master 39ab87b92 - 16ef4d110 Excess judgment Author: Yadong Qi qiyadong2...@gmail.com Closes #1629 from watermen/bug-fix2 and squashes the following commits: 59b7237 [Yadong Qi] Update HiveQl.scala Project: