Thejas M Nair created HIVE-6238:
-----------------------------------
Summary: HadoopShims.getLongComparator needs to be public
Key: HIVE-6238
URL: https://issues.apache.org/jira/browse/HIVE-6238
Project: Hive
Issue Type: Bug
Components: Shims
Reporter: Thejas M Nair
Assignee: Thejas M Nair
HadoopShims.getLongComparator is package private, it should be public as it is
used from other classes.
{code}
Caused by: java.lang.Error: Unresolved compilation problem:
The method getLongComparator() is undefined for the type HadoopShims
at
org.apache.hadoop.hive.ql.udf.UDAFPercentile.<init>(UDAFPercentile.java:51)
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)