yiguolei commented on a change in pull request #1459: Add new CreateTabletReq
and AlterTabletReqV2 thrift struct
URL: https://github.com/apache/incubator-doris/pull/1459#discussion_r302349411
##########
File path: gensrc/thrift/AgentService.thrift
##########
@@ -61,6 +63,18 @@ struct TAlterTabletReq{
3: required TCreateTabletReq new_tablet_req
}
+// This v2 request will replace the old TAlterTabletReq.
+// TAlterTabletReq should be deprecated after new alter job process merged.
+struct TAlterTabletReqV2 {
+ 1: required Types.TTabletId base_tablet_id
+ 2: required Types.TTabletId new_tablet_id
+ 3: required Types.TSchemaHash base_schema_hash
+ 4: required Types.TSchemaHash new_schema_hash
+ // version of data which this alter task should transform
+ 5: optional Types.TVersion alter_version
+ 6: optional Types.TVersion alter_version_hash
Review comment:
version hash?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]