grundprinzip commented on code in PR #40063:
URL: https://github.com/apache/spark/pull/40063#discussion_r1111108735
##########
connector/connect/common/src/main/protobuf/spark/connect/base.proto:
##########
@@ -152,12 +152,19 @@ message ExecutePlanRequest {
message ExecutePlanResponse {
string client_id = 1;
- ArrowBatch arrow_batch = 2;
+ oneof result_type {
+ ArrowBatch arrow_batch = 2;
+ RemoteDataFrame remote_data_frame = 5;
Review Comment:
Based on the feedback from @zhengruifeng I actually changed the logic a lot
to simplify. It still needs the cache but does not expose the concept for now.
--
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]