Skip to content

Commit 9fdd50d

Browse files
author
James Cor
committed
fix test
1 parent 9bfbcaf commit 9fdd50d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enginetest/queries/script_queries.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5165,9 +5165,9 @@ CREATE TABLE tab3 (
51655165
},
51665166
},
51675167
{
5168-
Query: "select unix_timestamp(d), unix_timestamp(tt) from t;",
5168+
Query: "select unix_timestamp(d), substring(cast(unix_timestamp(tt) as char(128)), -6) from t;",
51695169
Expected: []sql.Row{
5170-
{"1577898000", "1743140096.123456"},
5170+
{"1577898000", "123456"},
51715171
},
51725172
},
51735173
},

0 commit comments

Comments
 (0)