Skip to content

Commit 780eb19

Browse files
committed
fix result
1 parent 87c588f commit 780eb19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/sqllogictests/suites/base/05_ddl/05_0026_ddl_unset_settings

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ query TTTT
33
SELECT name, value, default, level from system.settings where name in ('sql_dialect', 'timezone', 'wait_for_async_insert_timeout')
44
----
55
sql_dialect PostgreSQL PostgreSQL SESSION
6-
timezone UTC UTC SESSION
7-
wait_for_async_insert_timeout 100 100 SESSION
6+
timezone UTC UTC SESSION
7+
wait_for_async_insert_timeout 20000 100 SESSION
88

99
skipif clickhouse
1010
statement ok

0 commit comments

Comments
 (0)