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 was a rename, to make it more explicit.
----------------------------------------------------------------
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]