bogao007 commented on code in PR #41558:
URL: https://github.com/apache/spark/pull/41558#discussion_r1227396198


##########
connector/connect/common/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -905,6 +906,29 @@ message ApplyInPandasWithState {
   string timeout_conf = 7;
 }
 
+message FlatMapGroupsWithState {

Review Comment:
   If I want to reuse the existing `GroupMap`, do I just add new fields as 
optional? Also, what's the recommend way to add optional fields? I saw that in 
`GroupMap`, `sorting_expressions` is commented as optional, but it doesn't have 
an `optional` keyword in front.



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