HappenLee commented on code in PR #15040: URL: https://github.com/apache/doris/pull/15040#discussion_r1050746331
########## be/src/pipeline/exec/scan_operator.h: ########## @@ -42,9 +42,7 @@ class ScanOperator : public SourceOperator<ScanOperatorBuilder> { bool is_pending_finish() const override; - Status open(RuntimeState* state) override; - - Status close(RuntimeState* state) override; Review Comment: why delete the code, other scan_node, like odbc, jdbc may need the function. -- 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