jonahgao commented on code in PR #8114: URL: https://github.com/apache/arrow-datafusion/pull/8114#discussion_r1389223759
########## datafusion/physical-expr/src/datetime_expressions.rs: ########## @@ -17,6 +17,8 @@ //! DateTime expressions +use crate::datetime_expressions; Review Comment: ```suggestion ``` It seems that this `use` may not be required 🤔. ########## datafusion/physical-expr/src/datetime_expressions.rs: ########## @@ -17,6 +17,8 @@ //! DateTime expressions +use crate::datetime_expressions; Review Comment: ```suggestion ``` It seems that this `use` may not be required 🤔. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
