TangSiyang2001 commented on code in PR #32568: URL: https://github.com/apache/doris/pull/32568#discussion_r1533617657
########## gensrc/thrift/AgentService.thrift: ########## @@ -395,6 +395,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> base_tablet_ids Review Comment: However `TabletMeta::_index_id` was added 2 months ago, afraid that change won't take effect on the elder tables. But the original way won't have that problem. -- 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