Skip to content

Commit d250eda

Browse files
committed
fix scalastyle
1 parent ce5c33e commit d250eda

File tree

1 file changed

+2
-3
lines changed
  • sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json

1 file changed

+2
-3
lines changed

sql/core/src/test/scala/org/apache/spark/sql/execution/datasources/json/JsonSuite.scala

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3387,9 +3387,8 @@ abstract class JsonSuite
33873387
// We should parse "a" as null but continue parsing "b" correctly as it is valid.
33883388
withTempPath { path =>
33893389
Seq(
3390-
"""{"a": {"x": 1, "y": true}, "b": {"x": 1}}""",
3391-
"""{"a": {"x": 2}, "b": {"x": 2}}"""",
3392-
).toDF()
3390+
"""{"a": {"x": 1, "y": true}, "b": {"x": 1}}""",
3391+
"""{"a": {"x": 2}, "b": {"x": 2}}"""").toDF()
33933392
.repartition(1)
33943393
.write.text(path.getAbsolutePath)
33953394

0 commit comments

Comments
 (0)