Repository: spark
Updated Branches:
  refs/heads/master e9b71c8f0 -> 6f05669e4


[MINOR][DOC] Fix comment error of HiveUtils

## What changes were proposed in this pull request?
Change the version number in comment of `HiveUtils.newClientForExecution` from 
`13` to `1.2.1` .

## How was this patch tested?

N/A

Closes #22850 from laskfla/HiveUtils-Comment.

Authored-by: laskfla <wwlsa...@gmail.com>
Signed-off-by: Sean Owen <sean.o...@databricks.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/6f05669e
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/6f05669e
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/6f05669e

Branch: refs/heads/master
Commit: 6f05669e4e9d1cc541f1843918970cc9bac24f35
Parents: e9b71c8
Author: laskfla <wwlsa...@gmail.com>
Authored: Sat Oct 27 08:09:59 2018 -0500
Committer: Sean Owen <sean.o...@databricks.com>
Committed: Sat Oct 27 08:09:59 2018 -0500

----------------------------------------------------------------------
 sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/6f05669e/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
----------------------------------------------------------------------
diff --git a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala 
b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
index cd321d4..74f2153 100644
--- a/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
+++ b/sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala
@@ -252,7 +252,7 @@ private[spark] object HiveUtils extends Logging {
   /**
    * Create a [[HiveClient]] used for execution.
    *
-   * Currently this must always be Hive 13 as this is the version of Hive that 
is packaged
+   * Currently this must always be Hive 1.2.1 as this is the version of Hive 
that is packaged
    * with Spark SQL. This copy of the client is used for execution related 
tasks like
    * registering temporary functions or ensuring that the ThreadLocal 
SessionState is
    * correctly populated.  This copy of Hive is *not* used for storing 
persistent metadata,


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to