You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "mustafasrepo (via GitHub)" <gi...@apache.org> on 2023/06/15 07:21:48 UTC

[GitHub] [arrow-datafusion] mustafasrepo commented on pull request #6671: Allow `AggregateUDF` to define retractable batch , efficiently implement window functions

mustafasrepo commented on PR #6671:
URL: https://github.com/apache/arrow-datafusion/pull/6671#issuecomment-1592499885

   Also I think with the introduction of `supports_retract_batch` method, `supports_bounded_execution` method is no longer necessary for the `AggregateExpr` trait. I have filed small PR on top this PR to show required changes to remove  `supports_bounded_execution` from `AggregateExpr` trait. 
   
   More detailed explanation and PR can be found in [#PR13](https://github.com/alamb/arrow-datafusion/pull/13)


-- 
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-unsubscribe@arrow.apache.org

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