Welcome to the Cloudera Community

Announcements
Celebrating as our community reaches 100,000 members! Thank you!

Who agreed with this topic

How to replace collect_set Hive function in Impala?

avatar
Rising Star

Hi everyone!

 

could anybody tell, how I can replace collect_set Hive function in impala?

 

Query like this:

 

select
col1,

collect_set(distinct col2)

from dpi_parquet_gzip
group by
col1

 

thanks a lot!

Who agreed with this topic