Edward Capriolo created HIVE-4954:
-------------------------------------
Summary: PTFTranslator hardcodes ranking functions
Key: HIVE-4954
URL: https://issues.apache.org/jira/browse/HIVE-4954
Project: Hive
Issue Type: Sub-task
Reporter: Edward Capriolo
Assignee: Edward Capriolo
protected static final ArrayList<String> RANKING_FUNCS = new
ArrayList<String>();
static {
RANKING_FUNCS.add("rank");
RANKING_FUNCS.add("dense_rank");
RANKING_FUNCS.add("percent_rank");
RANKING_FUNCS.add("cume_dist");
};
Move this logic to annotations
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira