Jackie-Jiang opened a new pull request #6737:
URL: https://github.com/apache/incubator-pinot/pull/6737


   ## Description
   Currently when uploading a backward incompatible schema, we only log a 
warning instead of blocking the schema update.
   This PR changes the behavior to blocking the backward incompatible schema 
change and provide an option to force update the schema if necessary (e.g. 
empty table).
   
   ## Release Notes
   Backward incompatible schema change through controller rest API `PUT 
/schemas/{schemaName}` will be blocked by default. Users can set the `force` 
boolean field to `true` to force the update.


-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to