HyukjinKwon commented on code in PR #39960:
URL: https://github.com/apache/spark/pull/39960#discussion_r1102206732


##########
connector/connect/common/src/main/protobuf/spark/connect/relations.proto:
##########
@@ -729,13 +729,17 @@ message Unpivot {
   repeated Expression ids = 2;
 
   // (Optional) Value columns to unpivot.
-  repeated Expression values = 3;
+  optional Values values = 3;

Review Comment:
   cc @amaliujia @zhengruifeng FYI



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