Merge pull request #22855 from ClickHouse/add-test-2

Add a test for already fixed issue
This commit is contained in:
alexey-milovidov 2021-04-09 09:40:19 +03:00 committed by GitHub
commit 23e01b8db4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
SELECT DISTINCT a FROM remote('127.0.0.{1,2,3}', values('a UInt8, b UInt8', (1, 2), (1, 3))) GROUP BY a, b;

View File

@ -227,3 +227,4 @@
01780_clickhouse_dictionary_source_loop
01790_dist_INSERT_block_structure_mismatch_types_and_names
01791_dist_INSERT_block_structure_mismatch
01801_distinct_group_by_shard