yiguolei commented on code in PR #39637:
URL: https://github.com/apache/doris/pull/39637#discussion_r1726840423
##########
be/src/vec/exprs/vruntimefilter_wrapper.h:
##########
@@ -62,7 +62,7 @@ class VRuntimeFilterWrapper final : public VExpr {
const std::string& expr_name() const override;
const VExprSPtrs& children() const override { return _impl->children(); }
- const VExprSPtr get_impl() const override { return _impl; }
+ VExpr* get_impl() override { return _impl.get(); }
Review Comment:
这种不要改,只是现在是裸指针,不一定未来还是不是。
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]