aboutsummaryrefslogtreecommitdiff
path: root/sql
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:12 -0800
commitd5834f0732b586731034a7df5402c25454770fc5 (patch)
tree4a32d302466d545d0e40c1337fbd0d26f57ab2c7 /sql
parenta6d7b61f92dc7c1f9632cecb232afa8040ab2b4d (diff)
downloadspark-d5834f0732b586731034a7df5402c25454770fc5.tar.gz
spark-d5834f0732b586731034a7df5402c25454770fc5.tar.bz2
spark-d5834f0732b586731034a7df5402c25454770fc5.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.
Diffstat (limited to 'sql')
-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 3c7f62af45..99c1987158 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"