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 python function lit only accepts i32 values #1131

Closed
jimexist opened this issue Oct 16, 2021 · 0 comments · Fixed by #1130
Closed

datafusion python function lit only accepts i32 values #1131

jimexist opened this issue Oct 16, 2021 · 0 comments · Fixed by #1130
Labels
bug Something isn't working

Comments

@jimexist
Copy link
Member

Describe the bug

datafusion python function lit only accepts i32 values

To Reproduce

import datafusion.functions as f
f.lit('a')

Expected behavior

It shall allow numbers, floats, strings, etc.

Additional context
Add any other context about the problem here.

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