realno opened a new pull request #1729:
URL: https://github.com/apache/arrow-datafusion/pull/1729


   # Which issue does this PR close?
   
   Closes #1486 .
   
    # Rationale for this change
   
   Add the median operator, this should close #1486 and unblock the perf test 
work.
   
   The current implementation uses `approx_percentile_cont` under the hood. We 
can look into implement the "exact" version later. More discussions around this 
can be found in the issue.
   
   # What changes are included in this PR?
   <!--
   There is no need to duplicate the description in the issue here but it is 
sometimes worth providing a summary of the individual changes in this PR.
   -->
   
   # Are there any user-facing changes?
   No change to existing APIs. New `median` operator added.


-- 
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]


Reply via email to