HappenLee commented on code in PR #28727:
URL: https://github.com/apache/doris/pull/28727#discussion_r1435426671
##########
be/src/vec/exec/scan/vscan_node.cpp:
##########
@@ -1329,11 +1317,15 @@ VScanNode::PushDownType
VScanNode::_should_push_down_in_predicate(VInPredicate*
Status VScanNode::_prepare_scanners(const int query_parallel_instance_num) {
std::list<VScannerSPtr> scanners;
RETURN_IF_ERROR(_init_scanners(&scanners));
Review Comment:
better change init_scanner function, call
`RETURN_IF_ERROR(_init_scanners(&_scanners))`
remove the useless std::list<VScannerSPtr> scanners;
--
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]