Details
-
Bug
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
4.0.0-alpha-1, 4.0.0-alpha-2
-
None
-
None
Description
AbstractAlterTablePropertiesAnalyzer.validate uses incorrect external table judgment statement:
else if (entry.getKey().equals("external") && entry.getValue().equals("true")
In current hive code, we use hive tblproperties('EXTERNAL'='true' or 'EXTERNAL'='TRUE) to validate external table.
Attachments
Issue Links
- is related to
-
HIVE-18598 Disallow NOT NULL constraints to be ENABLED/ENFORCED with EXTERNAL table
- Closed
- links to