Skip to content

Commit 746eedf

Browse files
committed
regen test result
1 parent f7bc993 commit 746eedf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

sql/core/src/test/resources/sql-tests/results/postgreSQL/timestamp.sql.out

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -288,11 +288,11 @@ SELECT '' AS `54`, d1 as `timestamp`,
288288
-- !query schema
289289
struct<54:string,timestamp:timestamp,isoyear:int,week:int,dow:int>
290290
-- !query output
291-
1969-12-31 16:00:00 1970 1 3
292-
1997-01-02 00:00:00 1997 1 4
293-
1997-01-02 03:04:05 1997 1 4
294-
1997-02-10 17:32:01 1997 7 1
295-
2001-09-22 18:19:20 2001 38 6
291+
1969-12-31 16:00:00 1970 1 4
292+
1997-01-02 00:00:00 1997 1 5
293+
1997-01-02 03:04:05 1997 1 5
294+
1997-02-10 17:32:01 1997 7 2
295+
2001-09-22 18:19:20 2001 38 7
296296

297297

298298
-- !query

0 commit comments

Comments
 (0)