Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
Impala 3.0
-
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.