comphead commented on code in PR #17930: URL: https://github.com/apache/datafusion/pull/17930#discussion_r2407558371
########## datafusion/physical-plan/src/aggregates/group_values/multi_group_by/mod.rs: ########## @@ -19,7 +19,7 @@ mod bytes; pub mod bytes_view; -mod primitive; +pub mod primitive; Review Comment: would be nice without exposing, but not sure it is possible -- 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]
