You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Anthony Hsu (JIRA)" <ji...@apache.org> on 2016/02/12 04:38:18 UTC

[jira] [Created] (HIVE-13046) DependencyResolver should not lowercase the dependency URI's authority

Anthony Hsu created HIVE-13046:
----------------------------------

             Summary: DependencyResolver should not lowercase the dependency URI's authority
                 Key: HIVE-13046
                 URL: https://issues.apache.org/jira/browse/HIVE-13046
             Project: Hive
          Issue Type: Bug
            Reporter: Anthony Hsu
            Assignee: Anthony Hsu


When using {{ADD JAR ivy://...}} to add a jar version {{1.2.3-SNAPSHOT}}, Hive will lowercase it to {{1.2.3-snapshot}} due to:

{code:title=DependencyResolver.java}
String[] authorityTokens = authority.toLowerCase().split(":");
{code}

We should not {{.lowerCase()}}.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)