Jefffrey commented on code in PR #19311: URL: https://github.com/apache/datafusion/pull/19311#discussion_r2658667173
########## 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 realize we probably don't need this to be pub anymore? We can probably revert changes here and for `relation/mod.rs` above since I think those are a holdover from previous state? -- 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]
