andygrove commented on code in PR #2817:
URL: https://github.com/apache/datafusion-comet/pull/2817#discussion_r2640961761
##########
native/spark-expr/src/agg_funcs/avg.rs:
##########
@@ -217,6 +226,10 @@ where
/// Sums per group, stored as the native type
sums: Vec<T::Native>,
+ /// Evaluation mode (stored but not used for Float64)
+ #[allow(dead_code)]
+ eval_mode: EvalMode,
Review Comment:
Why is this attribute added if it is not referenced?
--
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]