hanahmily commented on code in PR #904:
URL: 
https://github.com/apache/skywalking-banyandb/pull/904#discussion_r2636790095


##########
api/proto/banyandb/model/v1/write.proto:
##########
@@ -34,4 +34,5 @@ enum Status {
   STATUS_VERSION_UNSUPPORTED = 7; // Client version not supported
   STATUS_VERSION_DEPRECATED = 8; // Client version deprecated but still 
supported
   STATUS_METADATA_REQUIRED = 9; // Metadata is required for the first request
+  STATUS_INVALID_QUERY = 10; // Query validation failed

Review Comment:
   The status indicates whether writing or data syncing is in progress. It 
appears that the status related to queries is not included here. 
   
   These codes typically notify the client to take different actions. However, 
for queries, the client only reports the error to the user without any further 
actions.
   



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

Reply via email to