hvanhovell commented on code in PR #40147:
URL: https://github.com/apache/spark/pull/40147#discussion_r1116398414
##########
connector/connect/common/src/main/protobuf/spark/connect/base.proto:
##########
@@ -193,5 +247,9 @@ service SparkConnectService {
// Analyzes a query and returns a [[AnalyzeResponse]] containing metadata
about the query.
rpc AnalyzePlan(AnalyzePlanRequest) returns (AnalyzePlanResponse) {}
+
+ // Add artifacts to the session and returns a [[AddArtifactsResponse]]
containing metadata about
+ // the added artifacts.
+ rpc AddArtifacts(stream AddArtifactsRequest) returns (AddArtifactsResponse)
{}
Review Comment:
AFAIK that is only problem when you stream data to a python process, and not
the other way around.
--
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]