Fix flaky 03093_bug37909_query_does_not_finish

This commit is contained in:
Robert Schulze 2024-04-11 12:30:34 +00:00
parent c20444d430
commit 4f6b6e30e1
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -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