jorgecarleitao commented on a change in pull request #7967:
URL: https://github.com/apache/arrow/pull/7967#discussion_r483416817



##########
File path: rust/datafusion/src/execution/context.rs
##########
@@ -975,7 +997,7 @@ mod tests {
         let provider = MemTable::new(Arc::new(schema), vec![vec![batch]])?;
         ctx.register_table("t", Box::new(provider));
 
-        let myfunc: ScalarUdf = Arc::new(|args: &[ArrayRef]| {

Review comment:
       This is a rename, to make it more explicit. This signature is shared 
between scalar UDFs and scalar built-in functions at the physical plane, thus 
the name `ScalarFunctionImplementation`.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to