Repository: spark Updated Branches: refs/heads/master a6d7b61f9 -> d5834f073
[SQL] Fix comment in HiveShim This file is for Hive 0.13.1 I think. Author: Daniel Darabos <[email protected]> Closes #3432 from darabos/patch-2 and squashes the following commits: 4fd22ed [Daniel Darabos] Fix comment. This file is for Hive 0.13.1. Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/d5834f07 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/d5834f07 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/d5834f07 Branch: refs/heads/master Commit: d5834f0732b586731034a7df5402c25454770fc5 Parents: a6d7b61 Author: Daniel Darabos <[email protected]> Authored: Mon Nov 24 12:45:07 2014 -0800 Committer: Michael Armbrust <[email protected]> Committed: Mon Nov 24 12:45:12 2014 -0800 ---------------------------------------------------------------------- .../main/scala/org/apache/spark/sql/hive/thriftserver/Shim13.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/spark/blob/d5834f07/sql/hive-thriftserver/v0.13.1/src/main/scala/org/apache/spark/sql/hive/thriftserver/Shim13.scala ---------------------------------------------------------------------- diff --git a/sql/hive-thriftserver/v0.13.1/src/main/scala/org/apache/spark/sql/hive/thriftserver/Shim13.scala b/sql/hive-thriftserver/v0.13.1/src/main/scala/org/apache/spark/sql/hive/thriftserver/Shim13.scala index 3c7f62a..99c1987 100644 --- a/sql/hive-thriftserver/v0.13.1/src/main/scala/org/apache/spark/sql/hive/thriftserver/Shim13.scala +++ b/sql/hive-thriftserver/v0.13.1/src/main/scala/org/apache/spark/sql/hive/thriftserver/Shim13.scala @@ -43,7 +43,7 @@ import org.apache.spark.sql.hive.{HiveContext, HiveMetastoreTypes} import org.apache.spark.sql.{SchemaRDD, Row => SparkRow} /** - * A compatibility layer for interacting with Hive version 0.12.0. + * A compatibility layer for interacting with Hive version 0.13.1. */ private[thriftserver] object HiveThriftServerShim { val version = "0.13.1" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
