Skip to content

Commit 0b61076

Browse files
committed
Update test
1 parent 0e3691e commit 0b61076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/core/src/test/scala/org/apache/spark/sql/jdbc/JDBCSuite.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1526,7 +1526,7 @@ class JDBCSuite extends QueryTest
15261526

15271527
test("parsing timestamp bounds") {
15281528
Seq(
1529-
("2018-07-04 03:30:00.0", "2018-07-15 20:50:32.5", "2018-07-27 14:11:05.0"),
1529+
("1972-07-04 03:30:00", "1972-07-15 20:50:32.5", "1972-07-27 14:11:05"),
15301530
("2019-01-20 12:00:00.502", "2019-01-20 12:00:00.751", "2019-01-20 12:00:01.000"),
15311531
("2019-01-20T00:00:00.123456", "2019-01-20 00:05:00.123456", "2019-01-20T00:10:00.123456"),
15321532
("1500-01-20T00:00:00.123456", "1500-01-20 00:05:00.123456", "1500-01-20T00:10:00.123456")

0 commit comments

Comments
 (0)