alamb commented on code in PR #3523:
URL: https://github.com/apache/arrow-rs/pull/3523#discussion_r1069048424
##########
arrow-csv/src/reader/mod.rs:
##########
@@ -2067,4 +2071,30 @@ mod tests {
assert_eq!(b.num_rows(), expected, "{}", idx);
}
}
+
+ #[test]
+ fn test_null_boolean() {
+ let csv = "true,false\nFalse,True\n,True\n";
Review Comment:
I recommend also testing in the other column like
False,
--
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]