BelongsTo with Tree behavior

I use tree behavior to maintain comments hierarchy on comments table where a comment can have one direct CommentParent.

So in case a comment has a parent. I’d like to get the name of user that wrote the comment by comparing CommentParent.user_id to Users.id. Any clarification?