Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-7311

INSERT with specified target partition fails if any other partition is missing write permissions

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • Impala 3.0
    • Impala 3.1.0
    • Frontend
    • None
    • ghx-label-6

    Description

      If I create a table with two writable partitions, and then add third partition pointing to a non-writable external path, I'm unable to insert to one of the existing writable partitions. This is because HdfsTable.hasWriteAccess() returns false if any partition is not writable. This is in contrast to the behavior implemented by LOAD DATA, which does partition-specific checks.

      Attachments

        Activity

          People

            tlipcon Todd Lipcon
            tlipcon Todd Lipcon
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: