tustvold commented on code in PR #4795:
URL: https://github.com/apache/arrow-rs/pull/4795#discussion_r1324242720
##########
arrow-csv/src/reader/mod.rs:
##########
@@ -241,6 +258,12 @@ impl Format {
self
}
+ /// Set the regex to check if the value is `NULL`.
Review Comment:
```suggestion
/// Provide a regex to match null values, defaults to `^$`
```
##########
arrow-csv/src/reader/mod.rs:
##########
@@ -1042,6 +1114,12 @@ impl ReaderBuilder {
self
}
+ /// Set the regex to check if the value is `NULL`.
Review Comment:
```suggestion
/// Provide a regex to match null values, defaults to `^$`
```
--
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]