For overwrite related write operations like insert overwrite, insert overwrite table and delete partition operations we need to throw an error indicating that secondary index update is not supported with these operations.
We would be adding the support of such operations in a separate jira. Currently the user would need to drop and recreate the index after the operation.
Impact
INSERT_OVERWRITE, INSERT_OVERWRITE_TABLE and DELETE_PARTITION would throw error if secondary index is enabled
Risk level (write none, low medium or high below)
low
Documentation Update
INSERT_OVERWRITE, INSERT_OVERWRITE_TABLE and DELETE_PARTITION would throw error if secondary index is enabled. Index needs to be dropped and recreated after the operation
Change Logs
For overwrite related write operations like insert overwrite, insert overwrite table and delete partition operations we need to throw an error indicating that secondary index update is not supported with these operations. We would be adding the support of such operations in a separate jira. Currently the user would need to drop and recreate the index after the operation.
Impact
INSERT_OVERWRITE, INSERT_OVERWRITE_TABLE and DELETE_PARTITION would throw error if secondary index is enabled
Risk level (write none, low medium or high below)
low
Documentation Update
INSERT_OVERWRITE, INSERT_OVERWRITE_TABLE and DELETE_PARTITION would throw error if secondary index is enabled. Index needs to be dropped and recreated after the operation
Contributor's checklist