mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
remove tag ignore-order from tests
This commit is contained in:
parent
63aebd17b2
commit
dfc0d49834
@ -1,3 +1 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
SELECT number, joined FROM system.numbers ANY LEFT JOIN (SELECT number * 2 AS number, number * 10 + 1 AS joined FROM system.numbers LIMIT 10) js2 USING number LIMIT 10
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
SELECT a.*, b.* FROM
|
||||
(
|
||||
SELECT number AS k FROM system.numbers LIMIT 10
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
SET any_join_distinct_right_table_keys = 1;
|
||||
|
||||
SELECT a.*, b.* FROM
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
SELECT * FROM
|
||||
(
|
||||
SELECT number AS k FROM system.numbers LIMIT 10
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
SELECT
|
||||
1 AS DomainID,
|
||||
Domain
|
||||
|
@ -1,3 +1 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
SELECT * FROM numbers(3) AS a ANY LEFT JOIN numbers(3) AS b ON a.number = b.number ORDER BY a.number;
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
DROP TABLE IF EXISTS one;
|
||||
CREATE TABLE one(dummy UInt8) ENGINE = Memory;
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
set joined_subquery_requires_alias = 0;
|
||||
|
||||
drop table if exists t_00725_2;
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
set joined_subquery_requires_alias = 0;
|
||||
|
||||
select * from (select dummy as val from system.one) any left join (select dummy as val from system.one) using val;
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
DROP TABLE IF EXISTS table1;
|
||||
DROP TABLE IF EXISTS table2;
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
-- Tags: global, ignore-order
|
||||
-- Tags: global
|
||||
|
||||
DROP TABLE IF EXISTS t_local;
|
||||
DROP TABLE IF EXISTS t1_00850;
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
SET joined_subquery_requires_alias = 0;
|
||||
|
||||
SELECT ax, c FROM (SELECT [1,2] ax, 0 c) ARRAY JOIN ax JOIN (SELECT 0 c) USING (c);
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
drop table if exists test1_00863;
|
||||
drop table if exists test2_00863;
|
||||
drop table if exists test3_00863;
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
DROP TABLE IF EXISTS A;
|
||||
DROP TABLE IF EXISTS B;
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
DROP TABLE IF EXISTS A;
|
||||
DROP TABLE IF EXISTS B;
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
DROP TABLE IF EXISTS md;
|
||||
DROP TABLE IF EXISTS tv;
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
DROP TABLE IF EXISTS A;
|
||||
DROP TABLE IF EXISTS B;
|
||||
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
select * from system.one cross join system.one; -- { serverError 352 }
|
||||
select * from system.one cross join system.one r;
|
||||
select * from system.one l cross join system.one;
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
select * from (select 0 as k, toInt8(1) as v) t1 asof join (select 0 as k, toInt8(0) as v) t2 using(k, v);
|
||||
select * from (select 0 as k, toInt16(1) as v) t1 asof join (select 0 as k, toInt16(0) as v) t2 using(k, v);
|
||||
select * from (select 0 as k, toInt32(1) as v) t1 asof join (select 0 as k, toInt32(0) as v) t2 using(k, v);
|
||||
|
@ -1,5 +1,4 @@
|
||||
-- Tags: no-s3-storage, ignore-order
|
||||
|
||||
-- Tags: no-s3-storage
|
||||
drop table if exists t;
|
||||
|
||||
create table t (s UInt16, l UInt16, projection p (select s, l order by l)) engine MergeTree order by s;
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
SELECT COLUMNS('test') FROM
|
||||
(SELECT 1 AS id, 'a' AS test) a
|
||||
LEFT JOIN (SELECT 1 AS id, 'b' AS test) b ON b.id = a.id
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
SET join_use_nulls = 1;
|
||||
|
||||
SELECT *, d.* FROM ( SELECT 1 AS id, 2 AS value ) a SEMI LEFT JOIN ( SELECT 1 AS id, 3 AS values ) AS d USING id;
|
||||
|
@ -1,5 +1,3 @@
|
||||
-- Tags: ignore-order
|
||||
|
||||
select * from (select 0 as k, toInt128('18446744073709551617') as v) t1 asof join (select 0 as k, toInt128('18446744073709551616') as v) t2 using(k, v);
|
||||
select * from (select 0 as k, toInt256('340282366920938463463374607431768211457') as v) t1 asof join (select 0 as k, toInt256('340282366920938463463374607431768211456') as v) t2 using(k, v);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user