Archives of Support Questions (Read Only)

This is an archived board for historical reference. Information and links may no longer be available or relevant
Announcements
This board is archived and read-only for historical reference. To ask a new question, please post a new topic on the appropriate active board.

To what extent is schema evolution available in ORC files in Hive 0.13?

avatar
Contributor

Are the changes in schema like adding, deleting, renaming, modifying data type in columns permitted without breaking anything in ORC files in Hive 0.13.

1 ACCEPTED SOLUTION

avatar

Adding columns to the end of the table works from Hive 1.2 (via HDP 2.5.4).

In Hive 2.1, you get additional abilities to change the column types. In the eventual Hive 2.2, you'll get the ability to delete and reorder columns.

Hive .13 is a little early for those features

View solution in original post

1 REPLY 1

avatar

Adding columns to the end of the table works from Hive 1.2 (via HDP 2.5.4).

In Hive 2.1, you get additional abilities to change the column types. In the eventual Hive 2.2, you'll get the ability to delete and reorder columns.

Hive .13 is a little early for those features