Support Questions

Find answers, ask questions, and share your expertise

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