npawar opened a new pull request #6840:
URL: https://github.com/apache/incubator-pinot/pull/6840


   ## Description
   Introducing new `configs` APIs. These serve as a way to operate on the 
entire Pinot config as 1 unit, consisting of Pinot schema, realtime table 
config and offline table config.
   The motivation for these is that 
   1. We had already introduced a validation endpoint which validated config 
and schema together, as users wanted to validate changes of both before 
applying any of them. This PR is taking that effort all the way to having a 
completely dedicated configs wrapper.
   2. treating them as separate entities is often creating confusion for users. 
   3. We want to enforce that table config always needs a schema.
   
   ## Release Notes
   Deprecated /tables/validateTableAndSchema in favor of the new 
configs/validate API
   
   


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