Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
ghx-label-4
Description
Impala currently cannot drop insert-only ACID tables.
To implement DROP TABLE for insert-only tables at first we need to acquire an exclusive lock from HMS, then proceed with the usual DROP TABLE process.
Heartbeating the lock might be also needed.
Attachments
Issue Links
- requires
-
IMPALA-8637 Implement transaction handling and locking for ACID queries
- Resolved