jorgecarleitao commented on a change in pull request #8032: URL: https://github.com/apache/arrow/pull/8032#discussion_r476703332
########## File path: rust/datafusion/src/execution/dataframe_impl.rs ########## @@ -232,6 +238,23 @@ mod tests { Ok(()) } + #[test] + fn registry() -> Result<()> { + // build query with a UDF using DataFrame API Review comment: this is now useless, as built-in functions no longer require the registry. We should register one and use it. ---------------------------------------------------------------- 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: us...@infra.apache.org