Repository: spark Updated Branches: refs/heads/branch-1.2 ee1bc892a -> 1e3d22b9f
[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. (cherry picked from commit d5834f0732b586731034a7df5402c25454770fc5) Signed-off-by: Michael Armbrust <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/1e3d22b9 Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/1e3d22b9 Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/1e3d22b9 Branch: refs/heads/branch-1.2 Commit: 1e3d22b9fd2c0a87330283c5097b2b7ec95a5715 Parents: ee1bc89 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:32 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/1e3d22b9/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 23b182d..6b9d18d 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 @@ -44,7 +44,7 @@ import org.apache.spark.sql.hive.{HiveContext, HiveMetastoreTypes} import org.apache.spark.sql.hive.thriftserver.ReflectionUtils._ /** - * 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]
