Jefffrey commented on code in PR #5679:
URL: https://github.com/apache/arrow-rs/pull/5679#discussion_r1590735760
##########
arrow-csv/src/reader/mod.rs:
##########
@@ -265,6 +266,14 @@ impl Format {
self
}
+ /// Whether to allow flexible lengths for records.
Review Comment:
`truncated_rows` does sound clearer. Though, `with_allow_truncated_rows()`
does seem a bit unwieldy as a name; do you think `with_truncated_rows()` might
be sufficient?
--
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]