asuhan commented on a change in pull request #11864:
URL: https://github.com/apache/arrow/pull/11864#discussion_r771075760



##########
File path: cpp/src/arrow/compute/registry.cc
##########
@@ -188,6 +188,9 @@ static std::unique_ptr<FunctionRegistry> 
CreateBuiltInRegistry() {
   RegisterScalarAggregateTDigest(registry.get());
   RegisterScalarAggregateVariance(registry.get());
 
+  // Random generator function
+  RegisterRandom(registry.get());
+
   RegisterAggregateOptions(registry.get());

Review comment:
       Shouldn't we group function registrations together? 
`RegisterAggregateOptions` is in a different category since it adds function 
options, not functions.




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