Skip to content

Commit eef5b77

Browse files
committed
code review
1 parent 471a708 commit eef5b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ private[spark] object HiveUtils extends Logging {
6262
" Note that, this a read-only conf and only used to report the built-in hive version." +
6363
" If you want a different metastore client for Spark to call, please refer to" +
6464
" spark.sql.hive.metastore.version.")
65-
.version("4.1.0")
65+
.version("1.1.1")
6666
.stringConf
6767
.checkValue(_ == builtinHiveVersion,
6868
"The builtin Hive version is read-only, please use spark.sql.hive.metastore.version")
@@ -77,7 +77,7 @@ private[spark] object HiveUtils extends Logging {
7777
"<code>2.0.0</code> through <code>2.3.10</code>, " +
7878
"<code>3.0.0</code> through <code>3.1.3</code> and " +
7979
"<code>4.0.0</code> through <code>4.1.0</code>.")
80-
.version("4.1.0")
80+
.version("1.4.0")
8181
.stringConf
8282
.checkValue(isCompatibleHiveVersion, "Unsupported Hive Metastore version")
8383
.createWithDefault(builtinHiveVersion)

0 commit comments

Comments
 (0)