Skip to content

Commit

Permalink
minor formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikovi committed Nov 18, 2021
1 parent 5a71c29 commit f9d097c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2789,7 +2789,7 @@ abstract class JsonSuite
select
timestamp_ntz'2020-12-12 12:12:12' as col1,
timestamp_ltz'2020-12-12 12:12:12' as col2
""")
""")

exp.write.json(path)

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

exp.write.json(path)

Expand Down

0 comments on commit f9d097c

Please sign in to comment.