Hi, I am facing issues with orc table schema evolution in hive 2.1.0, we are not able to add any new column to a table inside a struct. The issue is fixed in orc release 1.2.0 (https://issues.apache.org/jira/browse/ORC-54) same is available in the latest hive. Upgrading the hive will be the correct solution. but for the time being is it possible to set table's input format from orc-1.2.0 in hive-2.1.0. ? Thanks.
