Skip to content

Commit 6f05669

Browse files
laskflasrowen
authored andcommitted
[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 apache#22850 from laskfla/HiveUtils-Comment. Authored-by: laskfla <[email protected]> Signed-off-by: Sean Owen <[email protected]>
1 parent e9b71c8 commit 6f05669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/hive/src/main/scala/org/apache/spark/sql/hive/HiveUtils.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ private[spark] object HiveUtils extends Logging {
252252
/**
253253
* Create a [[HiveClient]] used for execution.
254254
*
255-
* Currently this must always be Hive 13 as this is the version of Hive that is packaged
255+
* Currently this must always be Hive 1.2.1 as this is the version of Hive that is packaged
256256
* with Spark SQL. This copy of the client is used for execution related tasks like
257257
* registering temporary functions or ensuring that the ThreadLocal SessionState is
258258
* correctly populated. This copy of Hive is *not* used for storing persistent metadata,

0 commit comments

Comments
 (0)