vrongmeal commented on code in PR #4795:
URL: https://github.com/apache/arrow-rs/pull/4795#discussion_r1322631576


##########
arrow-csv/src/reader/mod.rs:
##########
@@ -557,6 +564,23 @@ pub struct Decoder {
 
     /// A decoder for [`StringRecords`]
     record_decoder: RecordDecoder,
+
+    /// Check if the string matches this pattern for `NULL`.
+    null_regex: Option<Regex>,
+}
+
+impl Debug for Decoder {

Review Comment:
   I'll undo this. It was when the struct had `is_null` closure.



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