mustafasrepo commented on code in PR #6703:
URL: https://github.com/apache/arrow-datafusion/pull/6703#discussion_r1238447930


##########
datafusion/expr/src/expr_fn.rs:
##########
@@ -791,6 +793,25 @@ pub fn create_udaf(
     )
 }
 
+/// Creates a new UDWF with a specific signature, state type and return type.
+///
+/// The signature and state type must match the ]`PartitionEvaluator`]'s 
implementation`.

Review Comment:
   ```suggestion
   /// The signature and state type must match the [`PartitionEvaluator`]'s 
implementation`.
   ```



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