I have been trying to make updates to an orc table in hive which is bucketed and also set transactional=true
property. The normal update works great but as soon as I alter the table and add a new column e.g. column_added_5
, and try to update column_added_5
the statement executes but the column does not get updated.
Any help/directions is appreciated.
Did you try this: