vrongmeal commented on code in PR #4795:
URL: https://github.com/apache/arrow-rs/pull/4795#discussion_r1320610903
##########
arrow-csv/src/reader/mod.rs:
##########
@@ -241,6 +243,11 @@ impl Format {
self
}
+ pub fn with_nulls(mut self, nulls: HashSet<String>) -> Self {
Review Comment:
Makes sense! I will try this with regex.
--
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]