Skip to content

Commit de27fd5

Browse files
Fix a test.
1 parent 49951e8 commit de27fd5

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
SELECT t1.* FROM remote('127.1') AS t1 global FULL OUTER JOIN remote('127.1') AS t2 ON t1.dummy = t2.dummy SETTINGS allow_experimental_analyzer=1; -- { serverError INCOMPATIBLE_TYPE_OF_JOIN }
1+
SELECT t1.* FROM remote('127.1') AS t1 global FULL OUTER JOIN remote('127.1') AS t2 ON t1.dummy = t2.dummy SETTINGS allow_experimental_analyzer=1;

tests/queries/0_stateless/03395_global_join_unsupported_kind.reference

Whitespace-only changes.

0 commit comments

Comments
 (0)