Skip to content

Commit f4fd608

Browse files
committed
indent
1 parent 639c998 commit f4fd608

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -70,13 +70,13 @@ private[spark] object HiveUtils extends Logging {
7070
}
7171

7272
val HIVE_METASTORE_VERSION = buildStaticConf("spark.sql.hive.metastore.version")
73-
.doc("Version of the Hive metastore. Available options are " +
74-
"<code>0.12.0</code> through <code>2.3.8</code> and " +
75-
"<code>3.0.0</code> through <code>3.1.2</code>.")
76-
.version("1.4.0")
77-
.stringConf
78-
.checkValue(ver => isCompatibleHiveVersion(ver), s"Unsupported Hive Metastore version")
79-
.createWithDefault(builtinHiveVersion)
73+
.doc("Version of the Hive metastore. Available options are " +
74+
"<code>0.12.0</code> through <code>2.3.8</code> and " +
75+
"<code>3.0.0</code> through <code>3.1.2</code>.")
76+
.version("1.4.0")
77+
.stringConf
78+
.checkValue(ver => isCompatibleHiveVersion(ver), s"Unsupported Hive Metastore version")
79+
.createWithDefault(builtinHiveVersion)
8080

8181
val HIVE_METASTORE_JARS = buildStaticConf("spark.sql.hive.metastore.jars")
8282
.doc(s"""

0 commit comments

Comments
 (0)