turboFei commented on code in PR #2746:
URL: https://github.com/apache/celeborn/pull/2746#discussion_r1771877458


##########
openapi/openapi-client/src/main/openapi3/master_rest_v1.yaml:
##########
@@ -733,6 +763,18 @@ components:
       required:
         - success
 
+    ReviseLostShuffleResponse:
+      type: object
+      properties:
+        success:
+          type: boolean
+          description: The result of the request.
+        message:
+          type: string
+          description: The message of the request.

Review Comment:
   seems you can reuse the `HandleResponse`



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