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 8688651256711..d7db52b660702 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
@@ -70,13 +70,13 @@ private[spark] object HiveUtils extends Logging {
}
val HIVE_METASTORE_VERSION = buildStaticConf("spark.sql.hive.metastore.version")
- .doc("Version of the Hive metastore. Available options are " +
- "0.12.0
through 2.3.8
and " +
- "3.0.0
through 3.1.2
.")
- .version("1.4.0")
- .stringConf
- .checkValue(ver => isCompatibleHiveVersion(ver), s"Unsupported Hive Metastore version")
- .createWithDefault(builtinHiveVersion)
+ .doc("Version of the Hive metastore. Available options are " +
+ "0.12.0
through 2.3.8
and " +
+ "3.0.0
through 3.1.2
.")
+ .version("1.4.0")
+ .stringConf
+ .checkValue(ver => isCompatibleHiveVersion(ver), s"Unsupported Hive Metastore version")
+ .createWithDefault(builtinHiveVersion)
val HIVE_METASTORE_JARS = buildStaticConf("spark.sql.hive.metastore.jars")
.doc(s"""