cloud-fan commented on code in PR #40827:
URL: https://github.com/apache/spark/pull/40827#discussion_r1178875777
##########
connector/connect/common/src/main/protobuf/spark/connect/base.proto:
##########
@@ -542,6 +542,43 @@ message AddArtifactsResponse {
repeated ArtifactSummary artifacts = 1;
}
+// Request to get current statuses of artifacts at the server side.
+message ArtifactStatusesRequest {
+ // (Required)
+ //
+ // The session_id specifies a spark session for a user id (which is specified
+ // by user_context.user_id). The session_id is set by the client to be able
to
+ // collate streaming responses from different queries within the dedicated
session.
+ string session_id = 1;
+
+ // User context
+ UserContext user_context = 2;
+
+ // Provides optional information about the client sending the request. This
field
+ // can be used for language or version specific information and is only
intended for
+ // logging purposes and will not be interpreted by the server.
+ optional string client_type = 3;
+
+ // The name of the artifact is expected in the form of a "Relative Path"
that is made up of a
Review Comment:
it's `names`
--
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]