Skip to content

Commit ee16455

Browse files
authored
Merge pull request ClickHouse#78399 from PedroTadim/add-new-test
Add test for ClickHouse#69074
2 parents fd5c707 + 10bef9c commit ee16455

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
0
2+
1
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
set enable_analyzer=1;
2+
3+
SELECT ((number % 2) = 0) = true AS isEven FROM remote('localhos{t,t,t}', numbers(10)) GROUP BY all ORDER BY all;

0 commit comments

Comments
 (0)