jayzhan211 commented on code in PR #10193: URL: https://github.com/apache/datafusion/pull/10193#discussion_r1576190000
########## datafusion/core/tests/user_defined/user_defined_scalar_functions.rs: ########## @@ -403,123 +398,6 @@ async fn test_user_defined_functions_with_alias() -> Result<()> { Ok(()) } -#[derive(Debug)] -pub struct RandomUDF { Review Comment: We have `RandomFunc`, they are the same so remove 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. To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org