vrongmeal commented on code in PR #4795:
URL: https://github.com/apache/arrow-rs/pull/4795#discussion_r1322749405
##########
arrow-csv/src/reader/mod.rs:
##########
@@ -319,6 +325,7 @@ impl Format {
if let Some(t) = self.terminator {
builder.terminator(csv::Terminator::Any(t));
}
+ // TODO: Null regex
Review Comment:
My mistake, I thought it was building the arrow CSV reader.
--
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]