Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-14178

Hive::needsToCopy should reuse FileUtils::equalsFileSystem

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.2.1, 2.1.0, 2.2.0
    • 2.1.1, 2.2.0
    • Hive
    • None

    Description

      Clear bug triggered from missing FS checks in Hive.java

      //Check if different FileSystems
      if (!srcFs.getClass().equals(destFs.getClass()))
      { 
      return true;
       }
      

      Attachments

        1. HIVE-14178.1.patch
          0.6 kB
          Gopal Vijayaraghavan
        2. HIVE-14178.2.patch
          0.6 kB
          Ashutosh Chauhan

        Issue Links

          Activity

            People

              gopalv Gopal Vijayaraghavan
              gopalv Gopal Vijayaraghavan
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: