From 35dacda2f5159ca05787ed6d18d82eae7f1f35c1 Mon Sep 17 00:00:00 2001 From: itholic Date: Wed, 7 Jul 2021 07:03:25 +0900 Subject: [PATCH] Fix scala linter --- .../main/scala/org/apache/spark/sql/internal/SQLConf.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala b/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala index 96eacf6d7dbfb..c16a923fcf95c 100644 --- a/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala +++ b/sql/catalyst/src/main/scala/org/apache/spark/sql/internal/SQLConf.scala @@ -3328,8 +3328,8 @@ object SQLConf { .createWithDefault(0) val INFER_NESTED_DICT_AS_STRUCT = buildConf("spark.sql.pyspark.inferNestedDictAsStruct.enabled") - .doc("When set to true, infers the nested dict as a struct. By default, it infers it as a map " + - "when using SparkSession.createDataFrame.") + .doc("When set to true, infers the nested dict as a struct. By default, it infers it " + + "as a map when using SparkSession.createDataFrame.") .version("3.3.0") .booleanConf .createWithDefault(false)