saurabhd336 commented on code in PR #8663: URL: https://github.com/apache/pinot/pull/8663#discussion_r879028227
########## pinot-common/src/main/java/org/apache/pinot/common/messages/RunPeriodicTaskMessage.java: ########## @@ -32,20 +32,23 @@ public class RunPeriodicTaskMessage extends Message { private static final String PERIODIC_TASK_REQUEST_ID = "requestId"; private static final String PERIODIC_TASK_NAME_KEY = "taskName"; private static final String TABLE_NAME_WITH_TYPE_KEY = "tableNameWithType"; + private static final String TASK_PARAMS = "taskParams"; Review Comment: Ack. Renamed to 'taskProperties' -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org