mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-24 00:22:29 +00:00
Fix flaky 03093_bug37909_query_does_not_finish
This commit is contained in:
parent
c20444d430
commit
4f6b6e30e1
@ -75,3 +75,4 @@ FROM
|
||||
/* WHERE (v_date >= '2022-05-08') AND (v_date <= '2022-06-07') placing condition has same effect */
|
||||
GROUP BY vDate
|
||||
ORDER BY vDate ASC
|
||||
SETTINGS allow_experimental_analyzer = 1; -- the query times out if allow_experimental_analyzer = 0
|
||||
|
Loading…
Reference in New Issue
Block a user