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


##########
be/src/vec/exec/scan/vscan_node.h:
##########
@@ -102,6 +102,35 @@ class ScannerDelegate {
     ScannerDelegate(ScannerDelegate&&) = delete;
 };
 
+class RunningScanner {

Review Comment:
   Remove this class to scanncontext. It should not belong to scannode, because 
pipeline operator is not scannode.
   
   And rename this class to ScanTask



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