rtpsw commented on PR #14352:
URL: https://github.com/apache/arrow/pull/14352#issuecomment-1272400060

   This PR implements a generalization of ordered aggregation called segmented 
aggregation, in which the segment-keys split the input rows into segments of 
consecutive rows with common values for these segment-keys. In other words, the 
extra keys are not required to be ordered but only to change from one segment 
to the next. I opted to generalize this way because the extra implementation 
effort is quite small and the result is useful.


-- 
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: github-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to