Skip to content

Commit f9d097c

Browse files
author
Ivan Sadikov
committed
minor formatting
1 parent 5a71c29 commit f9d097c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2789,7 +2789,7 @@ abstract class JsonSuite
27892789
select
27902790
timestamp_ntz'2020-12-12 12:12:12' as col1,
27912791
timestamp_ltz'2020-12-12 12:12:12' as col2
2792-
""")
2792+
""")
27932793

27942794
exp.write.json(path)
27952795

@@ -2808,7 +2808,7 @@ abstract class JsonSuite
28082808
val exp = spark.sql("""
28092809
select timestamp_ntz'2020-12-12 12:12:12' as col0 union all
28102810
select timestamp_ntz'2020-12-12 12:12:12' as col0
2811-
""")
2811+
""")
28122812

28132813
exp.write.json(path)
28142814

0 commit comments

Comments
 (0)