Add a test case for #4402. (#6129)

Turns out it's easy to reproduce using the `hits` table, so we can add a case to
stateful tests.
This commit is contained in:
akuzm 2019-07-24 15:04:18 +03:00 committed by GitHub
parent ba988735cc
commit 95fdc8a96b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
create temporary table dest00153 (`s` AggregateFunction(groupUniqArray, String)) engine Memory;
insert into dest00153 select groupUniqArrayState(RefererDomain) from test.hits group by URLDomain;