You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Gopal V (JIRA)" <ji...@apache.org> on 2016/07/07 00:14:11 UTC

[jira] [Created] (HIVE-14178) Hive::needsToCopy should reuse FileUtils::equalsFileSystem

Gopal V created HIVE-14178:
------------------------------

             Summary: 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: 2.1.0, 1.2.1, 2.2.0
            Reporter: Gopal V


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.4#6332)