Jackie-Jiang commented on issue #6865: URL: https://github.com/apache/incubator-pinot/issues/6865#issuecomment-875908401
@yashrsharma44 Great! Thanks for volunteering. Basically we want to add a new rest API endpoint on controller to list all tables sorted by their creation/modification time. One way to do that is to enhance the `PinotTableRestletResource.listTableConfigs()` (we should rename this method because it only returns the table names instead of configs) to take an extra query parameter for the ordering. By default all the table names are ordered alphabetically. -- 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]
