goldmedal commented on code in PR #10661: URL: https://github.com/apache/datafusion/pull/10661#discussion_r1615170917
########## datafusion/core/src/execution/context/mod.rs: ########## @@ -2860,6 +2863,57 @@ mod tests { Ok(()) } + #[tokio::test] + async fn test_register_default_functions() -> Result<()> { + let config = SessionConfig::new(); Review Comment: Good idea. I'll add this test and remove the test for SessionState::new. Thanks -- 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