You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by al...@apache.org on 2021/05/06 18:14:07 UTC

[arrow-datafusion] branch master updated (f7a7505 -> 27be271)

This is an automated email from the ASF dual-hosted git repository.

alamb pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/arrow-datafusion.git.


    from f7a7505  fix 265, log should be log10, and add ln (#271)
     add 27be271  Implement count distinct for dictionary arrays (#256)

No new revisions were added by this update.

Summary of changes:
 datafusion/src/execution/context.rs                | 19 +++++++++
 .../src/physical_plan/distinct_expressions.rs      | 37 ++++++++++++-----
 datafusion/src/physical_plan/mod.rs                |  1 +
 datafusion/src/scalar.rs                           | 48 ++++++++++++++++++++--
 4 files changed, 92 insertions(+), 13 deletions(-)