WeichenXu123 commented on code in PR #39985:
URL: https://github.com/apache/spark/pull/39985#discussion_r1107912258


##########
connector/connect/common/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -76,6 +76,8 @@ message Relation {
     StatFreqItems freq_items = 106;
     StatSampleBy sample_by = 107;
 
+    int64 server_side_dataframe_id = 108;

Review Comment:
   @amaliujia 
   
   > This should be in RelationCommon?
   
   No. Because this might be for either DataFrame object or other type objects 
(e.g. Model type object)



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

Reply via email to