tustvold commented on code in PR #7015: URL: https://github.com/apache/arrow-rs/pull/7015#discussion_r1986250002
########## 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: ```suggestion trait NullBufferExt { ``` -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org