mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Update tests/queries/0_stateless/00910_buffer_prewhere_different_types.sql
Co-authored-by: Alexander Gololobov <davenger@clickhouse.com>
This commit is contained in:
parent
01d8dda773
commit
fc40098460
@ -9,3 +9,7 @@ SET send_logs_level='error';
|
||||
CREATE TABLE buffer_table1__fuzz_28 (`x` Nullable(UInt32)) ENGINE = Buffer(currentDatabase(), 'merge_tree_table1', 16, 10, 60, 10, 1000, 1048576, 2097152);
|
||||
|
||||
SELECT * FROM buffer_table1__fuzz_28 PREWHERE x = toLowCardinality(1);
|
||||
|
||||
CREATE ROW POLICY rp ON buffer_table1__fuzz_28 FOR SELECT USING x = toLowCardinality(1) TO default;
|
||||
|
||||
SELECT * FROM buffer_table1__fuzz_28;
|
||||
|
Loading…
Reference in New Issue
Block a user