Skip to content

Commit 21935b6

Browse files
committed
Adds back deleted trailing space
1 parent f471c4b commit 21935b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/hive/src/test/scala/org/apache/spark/sql/hive/execution/HiveQuerySuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ class HiveQuerySuite extends HiveComparisonTest {
167167

168168
createQueryTest("Cast Timestamp to Timestamp in UDF",
169169
"""
170-
| SELECT DATEDIFF(CAST(value AS timestamp), CAST('2002-03-21 00:00:00' AS timestamp))
170+
| SELECT DATEDIFF(CAST(value AS timestamp), CAST('2002-03-21 00:00:00' AS timestamp))
171171
| FROM src LIMIT 1
172172
""".stripMargin)
173173

0 commit comments

Comments
 (0)