viirya commented on code in PR #3662:
URL: https://github.com/apache/arrow-rs/pull/3662#discussion_r1102149720


##########
arrow-ipc/src/writer.rs:
##########
@@ -967,12 +1074,15 @@ fn write_continuation<W: Write>(
 }
 
 /// In V4, null types have no validity bitmap
-/// In V5 and later, null and union types have no validity bitmap
+/// In V5 and later, null, union and run end encoded types have no validity 
bitmap

Review Comment:
   Although the result is correct, the doc reads like run end encoded type has 
validity bitmap before bitmap. 😅 
   
   ```suggestion
   /// In V5 and later, null and union types have no validity bitmap
   /// Run end encoded types has no validity bitmap.
   ```



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