git commit: Excess judgment

2014-07-28 Thread rxin
Repository: spark Updated Branches: refs/heads/master 39ab87b92 -> 16ef4d110 Excess judgment Author: Yadong Qi Closes #1629 from watermen/bug-fix2 and squashes the following commits: 59b7237 [Yadong Qi] Update HiveQl.scala Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit:

git commit: Use commons-lang3 in SignalLogger rather than commons-lang

2014-07-28 Thread rxin
Repository: spark Updated Branches: refs/heads/master a7a9d1447 -> 39ab87b92 Use commons-lang3 in SignalLogger rather than commons-lang Spark only transitively depends on the latter, based on the Hadoop version. Author: Aaron Davidson Closes #1621 from aarondav/lang3 and squashes the follow

[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 `assembly`

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

2014-07-28 Thread marmbrus
Repository: spark Updated Branches: refs/heads/master 255b56f9f -> a7a9d1447 http://git-wip-us.apache.org/repos/asf/spark/blob/a7a9d144/sql/hive-thriftserver/src/main/scala/org/apache/spark/sql/hive/thriftserver/server/SparkSQLOperationManager.scala -

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. Simpl

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 ide