You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Alter a partition to be of a different fileformat than the Table's fileformat. Use insert overwrite to write data to this partition. The partition fileformat is coverted back to table's fileformat after the insert operation #44
see jira HIVE-6365(https://issues.apache.org/jira/browse/HIVE-6365)
currently we should set table level fileformat to orc to overcome this problem