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
Translation to EXTERNAL table 'without' a STORED AS ... clause will default to 'textfiles'. So we need to pick up the serde on the source acid table and ensure the same for the external table.
For the migrated option where the table is ACID on the LEFT, it should be converted to EXTERNAL/PURGE on the RIGHT. I see this second scenario being accomplished by adding a 'option' to -ma|-mao call 'TO_EXTERNAL'.
Convert ACID table to EXTERNAL table.
Steps:
Location of EXTERNAL table will go to default location base on Metastore configurations or the Database "LOCATION".
Cleanup of ACID table will be up to user.
The text was updated successfully, but these errors were encountered: