-
Notifications
You must be signed in to change notification settings - Fork 599
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
S3 csv source lost data #7063
Comments
I guess it's because there is no line break at the end of the last line.
Please add and retry, if the error still occurs, please attach the log of the compute node. |
I don't think that is necessary 🤔 |
The csv definition I found requires this. And the csv lib we used in the csv parser also requires this. |
It does work fine after adding a line break at the end of the last line. If it can't be avoided maybe we should inform users in the documentation that s3 files must obey csv rules. |
@waruto210 I just tried the official example provided by rust-csv (which is based on csv_core, developed by the same author) and it turns out the last row without new-line is correctly parsed. |
Thank you,I'll fix that. |
Describe the bug
S3 csv source lost data
To Reproduce
s3 csv file:
The text was updated successfully, but these errors were encountered: