Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use dynamic arrow compute kernels #1474

Open
alamb opened this issue Dec 22, 2021 · 0 comments
Open

Use dynamic arrow compute kernels #1474

alamb opened this issue Dec 22, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@alamb
Copy link
Contributor

alamb commented Dec 22, 2021

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

@jimexist added dyn kernels in apache/arrow-rs#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 apache/arrow-rs#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 aseq_dyn instead of dispatch logic in datafusion

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant