Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
Schema evolution as it stands today allows adding fields to the end of schemas or removing them from the end. However, because it is based on the index of the column, you can only ever add or remove – not both.
ORC files have the full schema information of their contents, so there's actually enough metadata to support changing columns anywhere in the schema.
Attachments
Issue Links
- is related to
-
HIVE-13974 ORC Schema Evolution doesn't support add columns to non-last STRUCT columns
- Resolved
-
HIVE-4243 Fix column names in FileSinkOperator
- Closed
- links to