Support csv truncated rows in datafusion#17465
Conversation
|
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.