rajagopr opened a new pull request, #10441: URL: https://github.com/apache/pinot/pull/10441
## Description Changes are to optionally force update the table configs and schema via the table config update API. The option to skip all table-config validations existed as part of the `updateConfig` API – `validationTypesToSkip`. However, this would check that the config is compatible with the schema. The `addSchema` API allows to force update the schema via the `force` option. With this change, one has the option to force update table-schema as well as table-configs in one go. This is useful, when a user is playing around to get their schema and configuration right as per their expectations. -- 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]
