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


##########
arrow-csv/test/data/truncated_rows.csv:
##########
@@ -0,0 +1,7 @@
+Name,Age,Occupation,DOB
+A1,34,Engineer,1985-07-16
+B2,29,Doctor
+,,

Review Comment:
   Empty rows are ignored, which appears to be part of the default behavior of 
CSV core.
   I've updated the tests for truncated rows to include ensuring this is the 
case (i.e. in case the default changes in future, someone will notice when the 
tests break).



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