-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
[question]when using the datafusion reading csv in rust project, it went wrong #9652
Comments
related to #3174, maybe you can avoid this problem by specifying the schema instead of letting Datafusion infer the schema. |
I think maybe surface the underlying error here is a good choice. Or maybe there is some way to solve this problem? Could you give me some ideas. |
the related issue in arrow-rs is apache/arrow-rs#2580 |
Thanks so much! |
I think the question was answered so we can close the issue |
part of my rust project
top 3 lines of
src/b.csv
error
Could anyone try to help me to figure this problem out?
The text was updated successfully, but these errors were encountered: