Posnet commented on code in PR #5679:
URL: https://github.com/apache/arrow-rs/pull/5679#discussion_r1583993623
##########
arrow-csv/src/reader/mod.rs:
##########
@@ -265,6 +266,14 @@ impl Format {
self
}
+ /// Whether to allow flexible lengths for records.
Review Comment:
I've pushed a new version with `allow_truncated_rows`. It's like incomplete
rows, but maybe a bit clearer that it is only the end of the row that can be
incomplete/missing.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]