andygrove commented on issue #817:
URL:
https://github.com/apache/datafusion-comet/issues/817#issuecomment-2285080373
The issue appears to be specific to `impl<T, F> GroupsAccumulator for
AvgGroupsAccumulator<T, F>` in Comet:
```rust
fn state(&mut self, emit_to: EmitTo) -> Result<Vec<ArrayRef>> {
assert!(
matches!(emit_to, EmitTo::All),
"EmitTo::First is not supported"
);
```
--
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]