ClickHouse/tests/queries/0_stateless/03143_group_by_constant_secondary.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
271 B
MySQL
Raw Normal View History

2024-05-03 09:35:23 +00:00
-- https://github.com/ClickHouse/ClickHouse/issues/63264
SELECT count()
FROM remote(test_cluster_two_shards, system, one)
GROUP BY 'hi'
SETTINGS
allow_experimental_analyzer = 1,
group_by_two_level_threshold = 1,
group_by_two_level_threshold_bytes = 33950592;