mirror of https://github.com/ByConity/ByConity
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:
parent
ba988735cc
commit
95fdc8a96b
|
@ -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;
|
Loading…
Reference in New Issue