zhengruifeng commented on code in PR #39860:
URL: https://github.com/apache/spark/pull/39860#discussion_r1100001127


##########
connector/connect/common/src/main/protobuf/spark/connect/commands.proto:
##########
@@ -31,6 +31,7 @@ option java_package = "org.apache.spark.connect.proto";
 // produce a relational result.
 message Command {
   oneof command_type {
+    CommonInlineUserDefinedFunction register_function = 1;

Review Comment:
   this was just removed in 
https://github.com/apache/spark/commit/9fbdb2dc095131ebd5be41f61e9481574a40be4d
   
   is it still needed?



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