comphead commented on code in PR #12620: URL: https://github.com/apache/datafusion/pull/12620#discussion_r1775591280
########## datafusion/physical-plan/src/aggregates/group_values/column_wise.rs: ########## @@ -78,6 +79,38 @@ impl GroupValuesColumn { random_state: Default::default(), }) } + + /// Returns true if [`GroupValuesColumn`] supports for the specified schema Review Comment: ```suggestion /// Returns true if [`GroupValuesColumn`] supported for the specified schema ``` -- 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: github-unsubscr...@datafusion.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org