deepthi912 opened a new pull request, #19463: URL: https://github.com/apache/pinot/pull/19463
## Summary - Move the inline scan in `PinotTableRestletResource#listTables` that filters tables by `taskType` into a new public method `PinotTaskManager#getTablesForTaskType(taskType, candidateTables)`. - Default implementation is behavior-identical to the previous inline scan. - Distributions can override the method to include tables enabled via other mechanisms (e.g. implicit / default-scheduled task types). ## Test plan - [ ] `GET /tables?taskType=<name>` continues to return the same set of tables in stock OSS. - [ ] Existing `PinotTableRestletResourceTest` passes without changes. -- 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]
