Omega359 commented on code in PR #9537: URL: https://github.com/apache/arrow-datafusion/pull/9537#discussion_r1523512074
########## datafusion/core/tests/optimizer_integration.rs: ########## @@ -342,7 +343,12 @@ fn test_sql(sql: &str) -> Result<LogicalPlan> { let statement = &ast[0]; // create a logical query plan - let context_provider = MyContextProvider::default(); + let now_udf = datetime::functions() Review Comment: I moved all but the tests that required now() back to the datafusion/optimizer/tests folder. -- 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...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org