cloud-fan commented on code in PR #41932:
URL: https://github.com/apache/spark/pull/41932#discussion_r1267506524
##########
connector/connect/common/src/main/protobuf/spark/connect/expressions.proto:
##########
@@ -371,3 +372,11 @@ message JavaUDF {
// (Required) Indicate if the Java user-defined function is an aggregate
function
bool aggregate = 3;
}
+
+message CallFunction {
+ // (Required) Name of the SQL function.
Review Comment:
```suggestion
// (Required) Unparsed name of the SQL function.
```
--
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]