jayzhan211 commented on issue #9892: URL: https://github.com/apache/arrow-datafusion/issues/9892#issuecomment-2039247610
How about we introduce `pub type ScalarFunctionImpl = Arc<dyn Fn() -> std::sync::Arc<datafusion_expr::ScalarUDF>>; `, so we can register the closure first and create the udf on demand. -- 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]
