freemandealer commented on code in PR #32535:
URL: https://github.com/apache/doris/pull/32535#discussion_r1531888851
##########
gensrc/thrift/AgentService.thrift:
##########
@@ -386,6 +386,8 @@ struct TPublishVersionRequest {
2: required list<TPartitionVersionInfo> partition_version_infos
// strict mode means BE will check tablet missing version
3: optional bool strict_mode = false
+ // for delta rows statistics to exclude rollup tablets
+ 4: optional set<Types.TTabletId> rollup_tablet_ids
Review Comment:
use base_index_tablet_ids instead? to save msg space and more accurate
--
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]