xinrong-meng commented on code in PR #39860:
URL: https://github.com/apache/spark/pull/39860#discussion_r1096897811


##########
connector/connect/common/src/main/protobuf/spark/connect/commands.proto:
##########
@@ -33,6 +34,7 @@ message Command {
     CreateScalarFunction create_function = 1;
     WriteOperation write_operation = 2;
     CreateDataFrameViewCommand create_dataframe_view = 3;
+    CommonInlineUserDefinedFunction register_function = 4;

Review Comment:
   After double thoughts, I may want to do the renaming in a separate PR for an 
easier review, considering Scala UDFs also depends on the 
`CommonInlineUserDefinedFunction`.



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