yiguolei commented on code in PR #52879:
URL: https://github.com/apache/doris/pull/52879#discussion_r2194291959
##########
be/src/pipeline/exec/scan_operator.h:
##########
@@ -80,6 +80,7 @@ class ScanLocalStateBase : public PipelineXLocalState<> {
virtual Status clone_conjunct_ctxs(vectorized::VExprContextSPtrs&
conjuncts) = 0;
virtual void set_scan_ranges(RuntimeState* state,
const std::vector<TScanRangeParams>&
scan_ranges) = 0;
+ virtual Status sync_cloud_tablets(RuntimeState* state) = 0;
Review Comment:
这个方法应该只有内表才需要,不能放到scan local state 的基类里
--
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]