zhiqiang-hhhh commented on code in PR #54276:
URL: https://github.com/apache/doris/pull/54276#discussion_r2269829559
##########
be/src/pipeline/exec/scan_operator.h:
##########
@@ -133,7 +133,7 @@ class ScanLocalState : public ScanLocalStateBase {
: ScanLocalStateBase(state, parent) {}
~ScanLocalState() override = default;
- Status init(RuntimeState* state, LocalStateInfo& info) override;
+ virtual Status init(RuntimeState* state, LocalStateInfo& info) override;
Review Comment:
> Why not use MOCK_FUNCTION?
OlapScanLocalState needs to override the implementation.
--
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]