walterddr opened a new pull request #8122: URL: https://github.com/apache/pinot/pull/8122
per discussion in #8072 and the discussion in #8078. we decided to support instant delete directly on API with a binary flag. Here is the summary of the conclusion. 1. we can't support table level override because once table is deleted, so is the table config (with the override) if we were to support this we need to store the table level override somewhere else which will be way too complex. 2. there's really no way to make the API take retention period value other than 0 or >0, because there's no way to store the retention outside of the API call. so the parameter needs to be taken at the instance of REST API call. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
