Skip to content

Commit 70a7205

Browse files
authored
Merge branch 'main' into chore/result
2 parents dc6250c + 179c839 commit 70a7205

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/mergify.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ queue_rules:
1010
- check-success~=^build_(aarch64|x86_64)_musl$
1111
- check-success=test_unit
1212
- check-success=test_metactl
13+
- check-success=fuse_compat
14+
- check-success=test_compat
1315
# state tests
1416
- check-success~=^test_(stateless|stateful)_(standalone|cluster)_linux$
1517
# sqllogic tests

tests/fuse-compat/compat-logictest/fuse_compat_write

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
statement ok
2-
set global sql_dialect = 'PostgreSQL';
2+
set global timezone = 'UTC';
33

44
statement ok
55
DROP TABLE IF EXISTS fuse_compat_table;

0 commit comments

Comments
 (0)