Best unofficial Apache Server developers community |
|
Is there a way to keep the duplicates in a collected set in Hive, or simulate the sort of aggregate collection that Hive provides using some other method? I want to aggregate all of the items in a column that have the same key into an array, with duplicates. I.E.:
should return:
posted via StackOverflow
|