From f4fd608efd9f5ea429ccf698717693a090cca5ab Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Fri, 16 Apr 2021 12:50:08 +0800 Subject: [PATCH] indent --- .../org/apache/spark/sql/hive/HiveUtils.scala | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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"""