!2769 函数JoinPathGenBase::streamSidePath内最后return NULL为冗余代码

Merge pull request !2769 from foolishlee/streamSidePath
This commit is contained in:
opengauss-bot
2023-02-02 06:39:25 +00:00
committed by Gitee

View File

@ -967,8 +967,6 @@ Path* JoinPathGenBase::streamSidePath(bool stream_outer)
smpDesc,
ssinfo);
}
return NULL;
}
/*