File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
sql/hive/src/main/scala/org/apache/spark/sql/hive Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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 """
You can’t perform that action at this time.
0 commit comments