Jefffrey commented on code in PR #5679:
URL: https://github.com/apache/arrow-rs/pull/5679#discussion_r1575382060


##########
arrow-csv/src/reader/mod.rs:
##########
@@ -265,6 +266,14 @@ impl Format {
         self
     }
 
+    /// Whether to allow flexible lengths for records.

Review Comment:
   ```suggestion
       /// Whether to allow flexible number of columns for records.
       /// If enabled, records with not enough delimited values compared to 
expected
       /// number of columns will be padded with nulls for the missing columns.
   ```
   
   Maybe something like this to make it clearer?



-- 
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]

Reply via email to