thinkharderdev commented on issue #8045: URL: https://github.com/apache/arrow-datafusion/issues/8045#issuecomment-1793012868
Would like to add that supporting serialization of user-defined functions would be quite nice. The current approach to serialization is to basically just use a string and so if you have a scalar udf with some constant parameter you end up having to encode the constant as a literal expression which is less than ideal. Providing a mechanism (through `PhysicalExtensionCodec` I assume?) to serialize udfs would be very nice. -- 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]
