Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
1.15.0
-
None
-
None
Description
Min aggregate function does not support type: ''ARRAY''.
We can reproduce it with the following SQL
select app, concat_ws(',', collect_set(cast(user_id as string))) as user_list, count(distinct user_id) as uv from test_table group by app
Attachments
Issue Links
- is duplicated by
-
FLINK-19004 Fail to call Hive percentile function together with distinct aggregate call
- Open