alamb commented on code in PR #7240:
URL: https://github.com/apache/arrow-datafusion/pull/7240#discussion_r1288531513


##########
datafusion/expr/src/aggregate_function.rs:
##########
@@ -25,6 +25,8 @@ use std::{fmt, str::FromStr};
 use strum_macros::EnumIter;
 
 /// Enum of all built-in aggregate functions
+// Contributor's guide for adding new aggregate functions

Review Comment:
   👍 



##########
datafusion/expr/src/aggregate_function.rs:
##########
@@ -25,6 +25,8 @@ use std::{fmt, str::FromStr};
 use strum_macros::EnumIter;
 
 /// Enum of all built-in aggregate functions
+// Contributor's guide for adding new aggregate functions

Review Comment:
   👍 



-- 
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]

Reply via email to