Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
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:
DependencyResolver.java#84
String[] authorityTokens = authority.toLowerCase().split(":");
We should not .lowerCase().
Attachments
Attachments
Issue Links
- is related to
-
HIVE-9664 Hive "add jar" command should be able to download and add jars from a repository
- Closed