Standing-Man commented on code in PR #18768:
URL: https://github.com/apache/datafusion/pull/18768#discussion_r2544308526
##########
datafusion/functions/src/core/greatest_least_utils.rs:
##########
@@ -38,8 +38,8 @@ pub(super) trait GreatestLeastOperator {
}
fn keep_array<Op: GreatestLeastOperator>(
- lhs: ArrayRef,
- rhs: ArrayRef,
+ lhs: &ArrayRef,
+ rhs: &ArrayRef,
Review Comment:
Thanks for pointing it out!
--
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]