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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org