jayzhan211 commented on code in PR #13463:
URL: https://github.com/apache/datafusion/pull/13463#discussion_r1847462304
##########
datafusion/functions-aggregate/src/count.rs:
##########
@@ -467,7 +467,7 @@ impl GroupsAccumulator for CountGroupsAccumulator {
&mut self,
values: &[ArrayRef],
group_indices: &[usize],
- opt_filter: Option<&BooleanArray>,
+ _opt_filter: Option<&BooleanArray>,
Review Comment:
That is why I return error for now, we can remove the `opt_filter` after
couple of months
--
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]