Jefffrey commented on code in PR #18100:
URL: https://github.com/apache/datafusion/pull/18100#discussion_r2479992018


##########
datafusion/ffi/src/udaf/accumulator_args.rs:
##########
@@ -97,6 +97,7 @@ impl TryFrom<AccumulatorArgs<'_>> for FFI_AccumulatorArgs {
 pub struct ForeignAccumulatorArgs {
     pub return_field: FieldRef,
     pub schema: Schema,
+    pub expr_fields: Vec<FieldRef>,

Review Comment:
   Thanks for checking this @timsaucer 
   
   Hopefully this existing test is sufficient for @alamb to have a nice sleep
   
   
https://github.com/apache/datafusion/blob/607325abbebceed7aa327d62409e73917941b66f/datafusion/ffi/src/udaf/accumulator_args.rs#L180-L207



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

Reply via email to