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

DataFusion hardcodes all query variable types as Utf8 #1942

Closed
maxburke opened this issue Mar 7, 2022 · 0 comments · Fixed by #1943
Closed

DataFusion hardcodes all query variable types as Utf8 #1942

maxburke opened this issue Mar 7, 2022 · 0 comments · Fixed by #1943
Labels
bug Something isn't working

Comments

@maxburke
Copy link
Contributor

maxburke commented Mar 7, 2022

Although variables can be any ScalarValue, their types are hardcoded as Utf8. If the user attempts to define a variable as a different type (ie: Int), queries will fail with a type mismatch.

This is a tracking issue for a PR which contains the fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant