hubgeter commented on code in PR #22702:
URL: https://github.com/apache/doris/pull/22702#discussion_r1290465407
##########
gensrc/thrift/FrontendService.thrift:
##########
@@ -351,6 +353,14 @@ struct TListTableStatusResult {
1: required list<TTableStatus> tables
}
+struct TSimpleTableStatus {
+ 1: required string name
+ 2: required i64 id
+}
+struct TListSimpleTableStatusResult {
+ 1: required list<TSimpleTableStatus> tables
Review Comment:
ok
--
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]