-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Support csv truncated rows in datafusion #17465
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
Conversation
xudong963
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Thanks @zhuqi-lucas ! |
|
Thank you @xudong963 , @alamb! |
(cherry picked from commit 7b16d6b)
|
Hey, I'm currently updating the DataFrame API documentation and noticed something about CsvReadOptions. The method although it is implemented here : I just wanted to confirm if this is expected before I document it. It seems like a useful builder method to mention. Thanks! |
It works well @sm4rtm4art , thank you! |
|
Thanks for looking into this! I might be missing something, but I've re-checked the docs.rs page and the Is it possible there's a delay in the documentation build, or am I looking at a cached version? Thanks again for your help! |
|
We released 51 just this morning. truncated rows now seems to be available: |
Which issue does this PR close?
Support csv truncated rows in datafusion
Rationale for this change
Support csv truncated rows in datafusion
What changes are included in this PR?
Support csv truncated rows in datafusion
Are these changes tested?
Yes
Are there any user-facing changes?
New feature support.