lokeshj1703 opened a new pull request, #12280: URL: https://github.com/apache/hudi/pull/12280
### 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 - [ ] Read through [contributor's guide](https://hudi.apache.org/contribute/how-to-contribute) - [ ] Change Logs and Impact were stated clearly - [ ] Adequate tests were added if applicable - [ ] CI passed -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
