mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Add a test for #658
This commit is contained in:
parent
023f11fb86
commit
1cb91e72fb
@ -0,0 +1 @@
|
||||
1803
|
3
tests/queries/1_stateful/00097_constexpr_in_index.sql
Normal file
3
tests/queries/1_stateful/00097_constexpr_in_index.sql
Normal file
@ -0,0 +1,3 @@
|
||||
-- Even in presense of OR, we evaluate the "0 IN (1, 2, 3)" as a constant expression therefore it does not prevent the index analysis.
|
||||
|
||||
SELECT count() FROM test.hits WHERE CounterID IN (14917930, 33034174) OR 0 IN (1, 2, 3) SETTINGS max_rows_to_read = 1000000, force_primary_key = 1;
|
Loading…
Reference in New Issue
Block a user