[
https://issues.apache.org/jira/browse/HIVE-14178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Vaibhav Gumashta updated HIVE-14178:
------------------------------------
Target Version/s: 2.1.1, 2.2.0 (was: 1.2.2, 2.2.0, 2.1.1)
> Hive::needsToCopy should reuse FileUtils::equalsFileSystem
> ----------------------------------------------------------
>
> Key: HIVE-14178
> URL: https://issues.apache.org/jira/browse/HIVE-14178
> Project: Hive
> Issue Type: Bug
> Components: Hive
> Affects Versions: 1.2.1, 2.1.0, 2.2.0
> Reporter: Gopal V
> Assignee: Gopal V
> Fix For: 2.2.0, 2.1.1
>
> Attachments: HIVE-14178.1.patch, HIVE-14178.2.patch
>
>
> Clear bug triggered from missing FS checks in Hive.java
> {code}
> //Check if different FileSystems
> if (!srcFs.getClass().equals(destFs.getClass()))
> {
> return true;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)