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

error message in Hive.checkPaths dumps Java array address instead of path string

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 0.5.0
    • 0.6.0
    • Query Processor
    • None

    Description

                 if (item.isDir()) {
      -            throw new HiveException("checkPaths: " + src.toString()
      -                + " has nested directory" + item.toString());
      +            throw new HiveException("checkPaths: " + src.getPath()
      +                + " has nested directory " + item.getPath());
                 }
      

      Attachments

        1. HIVE-1297.1.patch
          0.8 kB
          John Sichi

        Activity

          People

            jvs John Sichi
            jvs John Sichi
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: