xiaohui-sun commented on a change in pull request #4021: [TE] add exceptions
for detector API
URL: https://github.com/apache/incubator-pinot/pull/4021#discussion_r269715658
##########
File path:
thirdeye/thirdeye-pinot/src/main/java/org/apache/pinot/thirdeye/detection/DetectionPipelineJob.java
##########
@@ -95,6 +95,7 @@ public void execute(JobExecutionContext jobExecutionContext)
throws JobExecution
taskDTO.setJobName(jobName);
taskDTO.setStatus(TaskConstants.TaskStatus.WAITING);
taskDTO.setTaskInfo(taskInfoJson);
+ taskDTO.setJobId(id);
Review comment:
Reverted this change.
----------------------------------------------------------------
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]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]