Description
Currently UDF context_ngrams() output top-K ngrams in the order of descending frequency. When there are ties, i.e., phrases with same ngram value, the order is indeterministic. Tie breaker is needed to break the ties, so that the output is deterministic.
Attachments
Attachments
Issue Links
- is depended upon by
-
HIVE-4583 Make Hive compile and run with JDK7
- Resolved
- links to