jcsherin commented on code in PR #11287:
URL: https://github.com/apache/datafusion/pull/11287#discussion_r1667340445
##########
datafusion/functions-aggregate/src/nth_value.rs:
##########
@@ -430,3 +428,176 @@ impl NthValueAccumulator {
Ok(())
}
}
+
+/// This is a wrapper struct to be able to correctly merge `ARRAY_AGG` data
from
Review Comment:
Done in
https://github.com/apache/datafusion/pull/11287/commits/6ce667939b8a0bc05b143d6c653f167fcc4ea639.
The duplication of code is now eliminated. Agreed, at the end we can move
this back into `functions-aggregate`.
--
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]