Jimexist commented on a change in pull request #1582:
URL: https://github.com/apache/arrow-datafusion/pull/1582#discussion_r786060808
##########
File path: datafusion/src/physical_plan/expressions/array_agg.rs
##########
@@ -137,6 +129,39 @@ impl Accumulator for ArrayAggAccumulator {
}
Ok(())
}
+}
+
+impl Accumulator for ArrayAggAccumulator {
+ fn update_batch(&mut self, values: &[ArrayRef]) -> Result<()> {
Review comment:
let's track this in a GitHub issue
--
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]