jackjlli opened a new pull request #5262: Refactor configs in pinot-spi URL: https://github.com/apache/incubator-pinot/pull/5262 Basically there are three types of entities: tenant, table, and instance. Currently the configs of instance and tenant are combined together under config/api/ package, and the rest belong to table config while they are one level above. This PR refactors the configs in pinot-spi into three catogories under config/: * config/instance/ * config/table/ * config/tenant/
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
