Skip to content

Commit

Permalink
Fix scala linter
Browse files Browse the repository at this point in the history
  • Loading branch information
itholic committed Jul 6, 2021
1 parent d81b3d3 commit 35dacda
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 35dacda

Please sign in to comment.