We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dc6250c + 179c839 commit 70a7205Copy full SHA for 70a7205
.github/mergify.yml
@@ -10,6 +10,8 @@ queue_rules:
10
- check-success~=^build_(aarch64|x86_64)_musl$
11
- check-success=test_unit
12
- check-success=test_metactl
13
+ - check-success=fuse_compat
14
+ - check-success=test_compat
15
# state tests
16
- check-success~=^test_(stateless|stateful)_(standalone|cluster)_linux$
17
# sqllogic tests
tests/fuse-compat/compat-logictest/fuse_compat_write
@@ -1,5 +1,5 @@
1
statement ok
2
-set global sql_dialect = 'PostgreSQL';
+set global timezone = 'UTC';
3
4
5
DROP TABLE IF EXISTS fuse_compat_table;
0 commit comments