From 1e3d22b9fd2c0a87330283c5097b2b7ec95a5715 Mon Sep 17 00:00:00 2001 From: Daniel Darabos Date: Mon, 24 Nov 2014 12:45:07 -0800 Subject: [SQL] Fix comment in HiveShim This file is for Hive 0.13.1 I think. Author: Daniel Darabos 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 --- .../src/main/scala/org/apache/spark/sql/hive/thriftserver/Shim13.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sql/hive-thriftserver') 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 23b182dd61..6b9d18d0bb 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" -- cgit v1.2.3