Michael-J-Ward opened a new pull request, #798:
URL: https://github.com/apache/datafusion-python/pull/798
# Which issue does this PR close?
Closes #777.
Supersedes #794 #785 #739 #732.
# Rationale for this change
When `approx_percentile_cont` was migrated to a UDAf upstream, the
`num_centroids` argument was removed from its fluent API.
This works around that by invoking the `AggregateFunction::call` directly.
# What changes are included in this PR?
Though `approx_percentile_cont` is re-enabled, this actually matches the
behavior of the last release.
# Are there any user-facing changes?
No.
--
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]