lidavidm commented on pull request #12460: URL: https://github.com/apache/arrow/pull/12460#issuecomment-1057581797
I almost wonder if cumulative sum and other such functions should be their own (sub)class, though, since they can be processed incrementally with some state (and that state can be represented easily as an Arrow scalar), at least for the ones Pandas supports (min/max/sum/product). -- 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]
