Jefffrey commented on code in PR #5679:
URL: https://github.com/apache/arrow-rs/pull/5679#discussion_r1575933006
##########
arrow-csv/test/data/flexible_columns.csv:
##########
Review Comment:
Oh I'm a little confused by this, as this file seems just a regular valid
CSV file?
All the rows have the expected number of columns & delimiters :thinking:
Am I misunderstanding what the change actually represents?
##########
arrow-csv/src/reader/mod.rs:
##########
@@ -265,6 +266,14 @@ impl Format {
self
}
+ /// Whether to allow flexible lengths for records.
Review Comment:
What do you think about `incomplete_rows`?
--
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]