[ https://issues.apache.org/jira/browse/HIVE-8397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Navis updated HIVE-8397: ------------------------ Attachment: HIVE-8397.1.patch.txt > Approximated cardinality with HyperLogLog UDAF > ---------------------------------------------- > > Key: HIVE-8397 > URL: https://issues.apache.org/jira/browse/HIVE-8397 > Project: Hive > Issue Type: Improvement > Components: UDF > Reporter: Navis > Assignee: Navis > Priority: Trivial > Attachments: HIVE-8397.1.patch.txt > > > Useful sometimes for quick estimation of bulk data. > {noformat} > select hll(key), hll(value) from src; > {noformat} > Also can be used with hive.fetch.task.aggr=true; -- This message was sent by Atlassian JIRA (v6.3.4#6332)