Jefffrey commented on code in PR #19311: URL: https://github.com/apache/datafusion/pull/19311#discussion_r2658825110
########## 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: I think it would make sense to make it public in a future PR if required; I'm just cautious of making too many things part of our public API 😅 -- 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]
