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

[substrait] Add support for enum arguments #12493

Open
vbarua opened this issue Sep 16, 2024 · 0 comments
Open

[substrait] Add support for enum arguments #12493

vbarua opened this issue Sep 16, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@vbarua
Copy link
Contributor

vbarua commented Sep 16, 2024

Is your feature request related to a problem or challenge?

Substrait has 3 different types of arguments for functions. One of these types is enumerated arguments, which support a fixed set of declared values as possible inputs.

The Substrait TPCH plans for queries 7, 8, and 9 cannot be read into DataFusion because they contain functions with enum arguments.

TPHC plan 7 for example contains an invocation of the extract function, whose first argument is an enum used to indicate what component of the date to extract.

Describe the solution you'd like

It should be possible to process plans containing Substrait enum arguments.

Describe alternatives you've considered

No response

Additional context

No response

@vbarua vbarua added the enhancement New feature or request label Sep 16, 2024
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