aboutsummaryrefslogtreecommitdiff
path: root/sql/hive-thriftserver
diff options
context:
space:
mode:
authorDaniel Darabos <darabos.daniel@gmail.com>2014-11-24 12:45:07 -0800
committerMichael Armbrust <michael@databricks.com>2014-11-24 12:45:32 -0800
commit1e3d22b9fd2c0a87330283c5097b2b7ec95a5715 (patch)
tree1bb63afe2e3b05e78d1cfb071418c5e26d87fca9 /sql/hive-thriftserver
parentee1bc892a32bb969b051b3bc3eaaf9a54af1c7a3 (diff)
downloadspark-1e3d22b9fd2c0a87330283c5097b2b7ec95a5715.tar.gz
spark-1e3d22b9fd2c0a87330283c5097b2b7ec95a5715.tar.bz2
spark-1e3d22b9fd2c0a87330283c5097b2b7ec95a5715.zip
[SQL] Fix comment in HiveShim
This file is for Hive 0.13.1 I think. Author: Daniel Darabos <darabos.daniel@gmail.com> 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 <michael@databricks.com>
Diffstat (limited to 'sql/hive-thriftserver')
-rw-r--r--sql/hive-thriftserver/v0.13.1/src/main/scala/org/apache/spark/sql/hive/thriftserver/Shim13.scala2
1 files changed, 1 insertions, 1 deletions
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"