adriangb commented on code in PR #7015:
URL: https://github.com/apache/arrow-rs/pull/7015#discussion_r1988214038


##########
arrow-json/src/writer/encoder.rs:
##########
@@ -290,15 +344,41 @@ impl PrimitiveEncode for f16 {
     }
 }
 
+/// Extension trait providing null-related methods to `Option<NullBuffer>`
+pub trait NullBufferExt {

Review Comment:
   thanks good catch, made it `pub(crate)` since it is used in `mod.rs`.



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