xiangfu0 opened a new pull request, #17291: URL: https://github.com/apache/pinot/pull/17291
## Summary - Introduce a system table SPI (request, response, filter, provider, config utils) in pinot-spi. - Add a registry and two providers (system.tables, system.instances) plus unit and integration tests. - Wire the broker to expose system tables via a shared registry; update request handlers and admin client to support system queries. - Include table size fetching and table metadata surface in the tables system table; add database utils support and tests. ## Testing - mvn -pl pinot-broker -am -DskipTests compile - Added unit tests: TablesSystemTableProviderTest, SystemTableBrokerRequestHandlerTest - Added integration test: SystemTableIntegrationTest -- 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]
