tustvold commented on code in PR #3212: URL: https://github.com/apache/arrow-rs/pull/3212#discussion_r1033974877
########## arrow/src/row/mod.rs: ########## @@ -307,6 +308,13 @@ mod variable; /// /// Input Row Format /// ``` +/// +/// ## Struct Encoding +/// +/// A null is encoded as a `0_u8`. Review Comment: This is consistent with the nomenclature for the other encodings, with the inverting for null ordering discussed in a later heading -- 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]
