Jackie-Jiang opened a new pull request #6352: URL: https://github.com/apache/incubator-pinot/pull/6352
## Description Added 2 optional query parameters to the task schedule API to schedule tasks for the given task type/table. Examples: ``` POST /tasks/schedule?taskType=MyTask POST /tasks/schedule?tableName=myTable_OFFLINE POST /tasks/schedule?taskType=MyTask&tableName=myTable_OFFLINE ``` ---------------------------------------------------------------- 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]
