This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
from c4da3c91d chore: improve cast documentation to add support per eval
mode (#3056)
add 33f514a41 feat: Expand `murmur3` hash support to complex types (#3077)
No new revisions were added by this update.
Summary of changes:
.github/workflows/pr_build_linux.yml | 1 +
.github/workflows/pr_build_macos.yml | 1 +
native/spark-expr/src/hash_funcs/murmur3.rs | 3 +-
native/spark-expr/src/hash_funcs/utils.rs | 158 ++++++-
native/spark-expr/src/hash_funcs/xxhash64.rs | 3 +-
.../main/scala/org/apache/comet/serde/hash.scala | 35 +-
.../apache/comet/CometHashExpressionSuite.scala | 463 +++++++++++++++++++++
.../benchmark/CometHashExpressionBenchmark.scala | 167 ++++++++
8 files changed, 817 insertions(+), 14 deletions(-)
create mode 100644
spark/src/test/scala/org/apache/comet/CometHashExpressionSuite.scala
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]