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(-)