yiguolei commented on code in PR #40569:
URL: https://github.com/apache/doris/pull/40569#discussion_r1751662024


##########
be/src/pipeline/exec/scan_operator.cpp:
##########
@@ -117,7 +117,7 @@ Status ScanLocalState<Derived>::open(RuntimeState* state) {
     RETURN_IF_ERROR(status);
     if (_scanner_ctx) {
         DCHECK(!_eos && _num_scanners->value() > 0);
-        RETURN_IF_ERROR(_scanner_ctx->init());
+        RETURN_IF_ERROR(_scanner_ctx->init(p.ignore_data_distribution()));

Review Comment:
   可能把,这个参数,作为scanner context的构造函数的参数,传递给scanner context,这样你往2.1 
pick的时候会比较方便。否则2.1 在多种pipeline 模型下,代码不好pick



-- 
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]

Reply via email to