theirix commented on code in PR #19311: URL: https://github.com/apache/datafusion/pull/19311#discussion_r2658825953
########## datafusion/sql/src/lib.rs: ########## @@ -48,7 +48,7 @@ mod expr; pub mod parser; pub mod planner; mod query; -mod relation; +pub mod relation; Review Comment: That's true. Let me revert it. We'll keep a note of this if needed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
