comphead commented on code in PR #12617:
URL: https://github.com/apache/datafusion/pull/12617#discussion_r1775797249
##########
datafusion/physical-plan/src/aggregates/group_values/group_value_row.rs:
##########
@@ -60,11 +61,13 @@ pub trait ArrayRowEq: Send + Sync {
fn take_n(&mut self, n: usize) -> ArrayRef;
}
+/// An implementation of [`ArrayRowEq`] for primitive types.
Review Comment:
was it renamed in https://github.com/apache/datafusion/pull/12619?
##########
datafusion/physical-plan/src/aggregates/group_values/group_value_row.rs:
##########
@@ -154,13 +157,14 @@ impl<T: ArrowPrimitiveType> ArrayRowEq for
PrimitiveGroupValueBuilder<T> {
}
}
+/// An implementation of [`ArrayRowEq`] for binary and utf8 types.
Review Comment:
renamed?
--
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]