apache / apache/datafusion

Use dynamic arrow compute kernels

Open
#1,474 0 comments 0 reactions 1 assignee Claimed by @alamb View on GitHub
enhancement
Dominant language
Rust
Stars
9.3k
Forks
2.4k
Avg merge
3d 7h
Merged PRs (30d)
344

Description

**Is your feature request related to a problem or challenge? Please describe what you are trying to do.**

@Jimexist added dyn kernels in https://github.com/apache/arrow-rs/pull/858 but we still have the dispatch logic in datafusion

The rationale for this change is to move most / all of the type dispatch into the arrow kernels, so that when we add support for directly comparing dictionary arrays (and others) in https://github.com/apache/arrow-rs/issues/869 the support will flow directly into DataFusion without additional changes in this repo

**Describe the solution you'd like**
Use the `eq_*` kernels, such as`eq_dyn` instead of dispatch logic in datafusion

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.