alamb commented on code in PR #9297: URL: https://github.com/apache/arrow-datafusion/pull/9297#discussion_r1504145041
########## datafusion/optimizer/Cargo.toml: ########## @@ -44,6 +44,7 @@ async-trait = { workspace = true } chrono = { workspace = true } datafusion-common = { workspace = true } datafusion-expr = { workspace = true } +datafusion-functions = { workspace = true } Review Comment: FYI @Omega359 had a similar challenge when looking at timestamp functions. We are thinking it might be better to move the tests rather than add a new dependency -- see https://github.com/apache/arrow-datafusion/issues/9291#issuecomment-1957832283 -- 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