wangxj3 opened a new issue #5326:
URL: https://github.com/apache/dolphinscheduler/issues/5326
delete the user ,when query the project by join the table of t_ds_user will
return null.
Suggested that [
from t_ds_project p
join t_ds_user u on p.user_id = u.id
]changed to [
from t_ds_project p
left join t_ds_user u on p.user_id = u.id
]
--
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]