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 2022/07/18 13:15:21 UTC

[arrow-datafusion] branch master updated (b66dda5b4 -> 60c57cc5f)

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 b66dda5b4 Update README.md to add CnosDB into the Known Uses (#2933)
     add 60c57cc5f Implement `ScalarValue::Dictionary` and preserve type through conversion back/forth to Array (#2891)

No new revisions were added by this update.

Summary of changes:
 datafusion/common/src/scalar.rs                    | 373 ++++++++++++++++-----
 datafusion/core/tests/path_partition.rs            |  16 +-
 datafusion/core/tests/sql/projection.rs            |  43 +++
 .../physical-expr/src/aggregate/count_distinct.rs  |  11 +-
 datafusion/physical-expr/src/expressions/binary.rs |  37 +-
 5 files changed, 372 insertions(+), 108 deletions(-)