gavinchou commented on code in PR #31491:
URL: https://github.com/apache/doris/pull/31491#discussion_r1505316743
##########
gensrc/thrift/FrontendService.thrift:
##########
@@ -1257,6 +1257,7 @@ struct TCreatePartitionRequest {
3: optional i64 table_id
// for each partition column's partition values. [missing_rows,
partition_keys]->Left bound(for range) or Point(for list)
4: optional list<list<Exprs.TStringLiteral>> partitionValues
+ 5: optional string be_address
Review Comment:
Add comment on what it consists of.
Consider naming "be_endpoint"
--
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]