hvanhovell commented on code in PR #38935:
URL: https://github.com/apache/spark/pull/38935#discussion_r1041616815
##########
connector/connect/src/main/protobuf/spark/connect/expressions.proto:
##########
@@ -173,4 +174,18 @@ message Expression {
// (Optional) Alias metadata expressed as a JSON map.
optional string metadata = 3;
}
+
+ // Case statements of the form "CASE WHEN a THEN b [WHEN c THEN d]* [ELSE e]
END".
+ message CaseWhen {
Review Comment:
Yeah we do. I am just trying to see if we can keep the number of expressions
in the proto to a bare minimum. In this case you can get away with it because
it sort of makes sense.
--
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]