yiguolei commented on code in PR #24314:
URL: https://github.com/apache/doris/pull/24314#discussion_r1327946522


##########
gensrc/proto/internal_service.proto:
##########
@@ -247,6 +247,16 @@ message PFetchDataResult {
     optional bool empty_batch = 6;
 };
 
+message PFetchArrowFlightSchemaRequest {
+    required PUniqueId finst_id = 1;
+};
+
+message PFetchArrowFlightSchemaResult {
+    required PStatus status = 1;

Review Comment:
   change to optional



##########
gensrc/proto/internal_service.proto:
##########
@@ -247,6 +247,16 @@ message PFetchDataResult {
     optional bool empty_batch = 6;
 };
 
+message PFetchArrowFlightSchemaRequest {
+    required PUniqueId finst_id = 1;

Review Comment:
   use optional



-- 
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]

Reply via email to