Tanya-W commented on code in PR #19063:
URL: https://github.com/apache/doris/pull/19063#discussion_r1193444146
##########
gensrc/thrift/AgentService.thrift:
##########
@@ -172,11 +172,11 @@ struct TAlterTabletReqV2 {
struct TAlterInvertedIndexReq {
1: required Types.TTabletId tablet_id
2: required Types.TSchemaHash schema_hash
- 3: optional Types.TVersion alter_version
- 4: optional TAlterTabletType alter_tablet_type =
TAlterTabletType.SCHEMA_CHANGE
+ 3: optional Types.TVersion alter_version // Deprecated
+ 4: optional TAlterTabletType alter_tablet_type =
TAlterTabletType.SCHEMA_CHANGE // Deprecated
5: optional bool is_drop_op= false
6: optional list<Descriptors.TOlapTableIndex> alter_inverted_indexes
- 7: optional list<Descriptors.TOlapTableIndex> indexes
+ 7: optional list<Descriptors.TOlapTableIndex> indexes_desc
Review Comment:
yes
--
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]