fuchanghai commented on PR #14499: URL: https://github.com/apache/dolphinscheduler/pull/14499#issuecomment-1652863375
hi @lxorc I think what we should consider is how to suspend or wait for the current task when the process is ready to end or has stopped. The null pointer exception here is because the id type of the previous version is int, and the default value is 0. When modified to integer type, the default value is null ,WDYT? cc @zhuangchong @caishunfeng @ruanwenjun -- 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]
